[llvm] StructurizeCFG: Optimize phi insertion during ssa reconstruction (PR #101301)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 6 03:11:08 PDT 2024
================
@@ -152,4 +152,87 @@ end:
ret float %r
}
+; Two chains of phi network that have the same value from %if block.
+define amdgpu_ps < 2 x float> @while_break_two_chains_of_phi(float %v, i32 %x, i32 %y, i32 %z, ptr addrspace(1) %p) #0 {
----------------
ruiling wrote:
see #102118
https://github.com/llvm/llvm-project/pull/101301
More information about the llvm-commits
mailing list