llvm-project
0b06301a
- [X86] Fix shuffle comment decoding for vinsertps immediate operand (#117009)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#117009 - [X86] Fix shuffle comment decoding for vinsertps immediate operand
Author
omern1
Parents
56c091ea
Loading