[PATCH] D84722: [Attributor] Call site specific AAValueSimplification and AAIsDead.
Kuter Dinel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 29 04:48:06 PDT 2020
kuter added inline comments.
================
Comment at: llvm/test/Transforms/Attributor/cb_liveness.ll:185
+; IS__TUNIT_____ENABLED-NEXT: [[TMP4:%.*]] = zext i1 [[TMP3]] to i32
+; IS__TUNIT_____ENABLED-NEXT: ret i32 [[TMP4]]
+;
----------------
jdoerfert wrote:
> Why are there no check lines for TUNIT w/o ENABLED, and CGSCC w/ ENABLED?
Interesting. Will look into it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84722/new/
https://reviews.llvm.org/D84722
More information about the llvm-commits
mailing list