Issue 114291
Summary [AArch64][Win] Enabling speculative load hardening with Windows EH ICEs LLVM
Labels new issue
Assignees
Reporter dpaoliello
    To reproduce, run the existing AArch64 speculative load hardening test targeting Windows and producing an obj:

```
build\bin\llc.exe < llvm\test\CodeGen\AArch64\speculation-hardening-loads.ll -verify-machineinstrs -mtriple=aarch64-pc-windows-msvc --filetype=obj
```

Result:
```
<unknown>:0: error: Incorrect size for deadload prologue: 12 bytes of instructions in range, but .seh directives corresponding to 4 bytes
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to