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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 8 06:30:06 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);
----------------
arsenm wrote:

yes 

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


More information about the llvm-commits mailing list