[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:42:56 PST 2021
jrtc27 added a comment.
In D98542#2623036 <https://reviews.llvm.org/D98542#2623036>, @craig.topper wrote:
> Improve comment and try to improve function name to encapsulate new behavior.
Thanks, looks better now to me (and I was struggling to come up with a good name myself otherwise I would have suggested one).
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