[llvm] X86: make VBMI2 funnel shifts use VSHLD/VSHRD for const splats (PR #169401)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 24 18:49:01 PST 2025
================
@@ -189,10 +189,10 @@ X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM,
// We don't accept any truncstore of integer registers.
setTruncStoreAction(MVT::i64, MVT::i32, Expand);
setTruncStoreAction(MVT::i64, MVT::i16, Expand);
- setTruncStoreAction(MVT::i64, MVT::i8 , Expand);
+ setTruncStoreAction(MVT::i64, MVT::i8, Expand);
----------------
ArnavM3434 wrote:
Oh whoops will fix this.
https://github.com/llvm/llvm-project/pull/169401
More information about the llvm-commits
mailing list