[llvm] AMDGPU: Migrate more tests away from undef (PR #131314)
Pierre van Houtryve via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 17 01:42:09 PDT 2025
================
@@ -1189,7 +1197,9 @@ bb1: ; preds = %bb3, %bb0
%tmp0 = phi i32 [ 8, %bb0 ], [ %tmp4, %bb3 ]
%tmp1 = add nsw i32 %tmp0, -1
%tmp2 = getelementptr inbounds i32, ptr addrspace(3) %out, i32 %tmp1
- br i1 undef, label %bb2, label %bb3
+ %cond = call i32 asm "; def $0","=s"()
----------------
Pierre-vh wrote:
nit: can't you pass an argument instead of adding inline asm to get a value?
https://github.com/llvm/llvm-project/pull/131314
More information about the llvm-commits
mailing list