[PATCH] D88785: Support {S,U}REMEqFold before legalization
Simonas Kazlauskas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 31 15:36:01 PDT 2021
nagisa added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/urem-seteq-illegal-types.ll:577
; RV32MV-NEXT: vle16.v v26, (a1)
+; RV32MV-NEXT: vid.v v27
+; RV32MV-NEXT: vsub.vv v25, v25, v27
----------------
craig.topper wrote:
> I think this test needs to be regenerated. Some of the vset(i)vli instructions should be optimized out.
Yeah, I will take care to ensure the tests pass right before I land. Thanks for looking out!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88785/new/
https://reviews.llvm.org/D88785
More information about the llvm-commits
mailing list