Files
clang-p2996/llvm/lib/Target/X86/MCTargetDesc/X86ShuffleDecode.cpp
Nabeel Omer 0b06301a1d [X86] Fix shuffle comment decoding for vinsertps immediate operand (#117009)
The relevant bit from the Intel SDM for vinsertps semantics:
```
IF (SRC = REG) THEN COUNT_S := imm8[7:6] ELSE COUNT_S := 0
```

This is now taken into account.
2024-11-21 11:57:31 +00:00

19 KiB