llvm-project
0b06301a - [X86] Fix shuffle comment decoding for vinsertps immediate operand (#117009)

Commit
1 year ago
[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.
Author
Parents
Loading