[PATCH] D153435: [test] Add test for null_pointer_is_valid and Inliner instsimplify interaction
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 21 08:39:04 PDT 2023
arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/Transforms/Inline/instsimplify-null-pointer-is-valid.ll:23
+ ret i1 %r
+}
----------------
Could also test what happens if the either the caller or callee is missing the attribute
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153435/new/
https://reviews.llvm.org/D153435
More information about the llvm-commits
mailing list