[llvm] [CodeGen] Add ValueType v3i8 (NFCI). (PR #80826)

Francesco Petrogalli via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 8 05:45:26 PST 2024


================
@@ -308,8 +308,11 @@ AMDGPUTargetLowering::AMDGPUTargetLowering(const TargetMachine &TM,
   setTruncStoreAction(MVT::v2f64, MVT::v2f32, Expand);
   setTruncStoreAction(MVT::v2f64, MVT::v2f16, Expand);
 
+  setTruncStoreAction(MVT::v3i32, MVT::v3i8, Expand);
----------------
fpetrogalli wrote:

@arsenm - may I merge the patch without taking care of this?

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


More information about the llvm-commits mailing list