[llvm] [AMDGPU] Emit b32 movs if (a)v_mov_b64_pseudo dest vgprs are misaligned (PR #160547)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 26 16:31:22 PDT 2025
================
@@ -208,3 +208,23 @@ body: |
; CHECK-NEXT: $vgpr2 = V_MOV_B32_e32 -16, implicit $exec, implicit-def $vgpr1_vgpr2
$vgpr1_vgpr2 = AV_MOV_B64_IMM_PSEUDO 18446744004990074889, implicit $exec
...
----------------
arsenm wrote:
AV_MOV_B64_IMM_PSEUDO already doesn't require alignment, I think this already works.
https://github.com/llvm/llvm-project/pull/160547
More information about the llvm-commits
mailing list