[PATCH] D144467: [IPSCCP] Don't require noundef for !range annotation
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 7 06:56:10 PST 2023
fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.
LGTM, thanks! The range is guaranteed to not include `undef` as per an earlier check.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144467/new/
https://reviews.llvm.org/D144467
More information about the llvm-commits
mailing list