[PATCH] D134160: [MemorySSA] Add test that all incoming values of phi node could be translated
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 19 03:54:23 PDT 2022
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/Analysis/MemorySSA/phi-translation.ll:427
+define i32 @phi_with_constant_values(i32* noalias %ptr, i1 %cmp) {
+; CHECK-LABEL: define i32 @phi_with_constant_values
----------------
Drop the unused `%ptr` argument.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134160/new/
https://reviews.llvm.org/D134160
More information about the llvm-commits
mailing list