llvm-project
56dcfbef - [RISCV] Remove duplicate vector conversion pseudos. (#114287)

Commit
1 year ago
[RISCV] Remove duplicate vector conversion pseudos. (#114287) These pseudos used to be handled by CustomInserter to insert the rounding mode change for vector ceil, floor, etc. At some point they were changed to use the InsertReadWriteCSR pass instead of the custom inserter. I believe that makes them redundant with the pseudos used by the RVV intrinsics with rounding mode operand.
Author
Parents
Loading