[llvm] GlobalISel lane masks merging (PR #73337)

Petar Avramovic via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 15 03:58:47 PST 2023


================
@@ -422,7 +422,7 @@ body:             |
     G_BR %bb.2
 
   bb.2:
-    %6:sgpr(s32) = PHI %0(s32), %bb.0, %5(s32), %bb.1
+    %6:sgpr(s32) = G_PHI %0(s32), %bb.0, %5(s32), %bb.1
----------------
petar-avramovic wrote:

Changed to G_PHI

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


More information about the llvm-commits mailing list