[PATCH] D157912: [AMDGPU][True16] Update FPToI1Pat GFX11 pat to use GFX11 instruction
Joe Nash via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 14 12:36:28 PDT 2023
Joe_Nash added a comment.
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.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157912/new/
https://reviews.llvm.org/D157912
More information about the llvm-commits
mailing list