[llvm] [X86] Fix decoding for vinsertps immediate operand (PR #117009)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 09:28:18 PST 2024
================
@@ -28,7 +28,7 @@ template <typename T> class SmallVectorImpl;
enum { SM_SentinelUndef = -1, SM_SentinelZero = -2 };
/// Decode a 128-bit INSERTPS instruction as a v4f32 shuffle mask.
-void DecodeINSERTPSMask(unsigned Imm, SmallVectorImpl<int> &ShuffleMask);
+void DecodeINSERTPSMask(unsigned Imm, SmallVectorImpl<int> &ShuffleMask, bool SrcIsMem);
----------------
RKSimon wrote:
clang-format
https://github.com/llvm/llvm-project/pull/117009
More information about the llvm-commits
mailing list