[PATCH] D98542: [RISCV] Teach normaliseSetCC to canonicalize X > -1 to X >= 0 and X < 1 to 0 >= X.
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 12 11:33:51 PST 2021
jrtc27 added a comment.
Hm, this seems like a bit of an abuse of what the function is intended to do, at least with its current name and comment, as it's now not just doing normalisation for mapping to the set of supported instructions but also optimising at the same time.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98542/new/
https://reviews.llvm.org/D98542
More information about the llvm-commits
mailing list