Issue |
130119
|
Summary |
[AMDGPU] Assertion "This is not a register operand!" failed in SIFixSGPRCopies
|
Labels |
backend:AMDGPU
|
Assignees |
|
Reporter |
jayfoad
|
With this [test case](https://github.com/user-attachments/files/19111170/r1.txt) I get:
```
$ ~/llvm-release/bin/llc -mtriple=amdgcn -mcpu=gfx1100 r1.txt
llc: include/llvm/CodeGen/MachineOperand.h:366: Register llvm::MachineOperand::getReg() const: Assertion `isReg() && "This is not a register operand!"' failed.
```
`llc` built from git revision 78281fd12c9f5c46b95d9399ae72ca357812ecee.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs