[llvm] [TableGen][GISel] Create untyped registers during instruction selection (PR #121270)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 5 20:05:48 PST 2025
================
@@ -679,35 +679,35 @@ body: |
; SI-NEXT: {{ $}}
; SI-NEXT: [[COPY:%[0-9]+]]:sgpr(s32) = COPY $sgpr0
; SI-NEXT: [[FABS:%[0-9]+]]:vgpr_32(s32) = G_FABS [[COPY]]
- ; SI-NEXT: [[S_MOV_B32_:%[0-9]+]]:sreg_32(s16) = S_MOV_B32 2147483648
- ; SI-NEXT: [[V_XOR_B32_e64_:%[0-9]+]]:vgpr_32(s32) = V_XOR_B32_e64 [[S_MOV_B32_]](s16), [[FABS]](s32), implicit $exec
+ ; SI-NEXT: [[S_MOV_B32_:%[0-9]+]]:sreg_32 = S_MOV_B32 2147483648
----------------
arsenm wrote:
The output is the same, the type is just dropped?
https://github.com/llvm/llvm-project/pull/121270
More information about the llvm-commits
mailing list