[llvm] [SCCP] Support constant structure in PhiNode (PR #163713)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 17 07:03:23 PDT 2025


================
@@ -153,3 +157,41 @@ define void @struct2_caller() {
 
   ret void
 }
+
+%"phi_type" =  type {i64, i64}
+
+; Function Attrs: mustprogress
----------------
nikic wrote:

Drop this comment, it doesn't match reality :)

https://github.com/llvm/llvm-project/pull/163713


More information about the llvm-commits mailing list