[PATCH] D134012: [WPD/LTT] Lower type test feeding assumes via phi correctly
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 16 10:15:29 PDT 2022
aeubanks accepted this revision.
aeubanks added a comment.
This revision is now accepted and ready to land.
thanks for the quick turnaround!
================
Comment at: llvm/test/ThinLTO/X86/lower_type_test_phi.ll:51
+; Function Attrs: mustprogress norecurse uwtable
+define hidden noundef i32 @main(i32 noundef %argc, ptr nocapture noundef readnone %argv) local_unnamed_addr #0 {
+entry:
----------------
can you simplify the IR? e.g. remove `hidden`, `noundef`, tbaa metadata, etc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134012/new/
https://reviews.llvm.org/D134012
More information about the llvm-commits
mailing list