[llvm] [AMDGPU] Add v2i32 to the VS_64 types. NFCI. (PR #88318)

Joe Nash via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 10 14:08:45 PDT 2024


================
@@ -1046,7 +1046,7 @@ def VS_32_Lo128 : SIRegisterClass<"AMDGPU", [i32, f32, i16, f16, bf16, v2i16, v2
   let HasSGPR = 1;
 }
 
-def VS_64 : SIRegisterClass<"AMDGPU", [i64, f64, v2f32], 32, (add VReg_64, SReg_64)> {
+def VS_64 : SIRegisterClass<"AMDGPU", [i64, f64, v2i32, v2f32], 32, (add VReg_64, SReg_64)> {
----------------
Sisyph wrote:

Use VReg64.RegTypes ? Otherwise LGTM

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


More information about the llvm-commits mailing list