[PATCH] D136447: [ARM] Fix vector ule zero lowering
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 21 08:19:49 PDT 2022
RKSimon added a comment.
In D136447#3874695 <https://reviews.llvm.org/D136447#3874695>, @dmgreen wrote:
> Do you mean converting ule 0 -> eq 0? I wanted the code here to be correct without needing it.
yes - its called inside getNode() so will already have been run
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136447/new/
https://reviews.llvm.org/D136447
More information about the llvm-commits
mailing list