These cmp patterns were using the pre-GFX11 pseudo instruction, and so
failed to compile.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Without the tablegen change, the test results in "Assertion `Opcode < NumOpcodes && "Invalid opcode!"". I don't know why the GFX11 compilation issue was not detected by runtime testing. Perhaps the generated IR is not emitted by any frontend? It's not related to unsafe-fp-math, the same issue arises without the flag.