[PATCH] D146217: [ValueTracking] Support vscale in computeConstantRange()
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 16 06:30:08 PDT 2023
nikic updated this revision to Diff 505791.
nikic added a comment.
Rebase over additional tests for the poison case. In this case all comparisons just fold to true (but could also fold to any other value).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146217/new/
https://reviews.llvm.org/D146217
Files:
llvm/lib/Analysis/ValueTracking.cpp
llvm/test/Transforms/InstCombine/icmp-vscale.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146217.505791.patch
Type: text/x-patch
Size: 5303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230316/5c0cd9b6/attachment.bin>
More information about the llvm-commits
mailing list