[PATCH] D159160: [SCEV] Fix potentially empty set for unsigned ranges
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 1 02:02:21 PDT 2023
fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
================
Comment at: llvm/test/Analysis/ScalarEvolution/malloc.ll:33
+;
+ %alloc = call nonnull ptr @malloc(i64 -1)
+ ret ptr %alloc
----------------
nit: fix indent here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159160/new/
https://reviews.llvm.org/D159160
More information about the llvm-commits
mailing list