[llvm-branch-commits] [llvm] release/18.x: [RISCV][ISel] Fix types in `tryFoldSelectIntoOp` (#90659) (PR #90682)
Yingwei Zheng via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed May 1 13:58:19 PDT 2024
dtcxzyw wrote:
Fixed an incorrect type inference during RISC-V instruction selection, which causes an assertion failure when trying to fold selects into their operands.
https://github.com/llvm/llvm-project/pull/90682
More information about the llvm-branch-commits
mailing list