diff options
author | Nabeel Omer <nabeel.omer@sony.com> | 2024-11-21 11:57:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-21 11:57:31 +0000 |
commit | 0b06301a1d839eb5f73559f6c3daf9049c34f3af (patch) | |
tree | ea589b53ec261ea08a967f8cfc33ed33a94ee473 /clang/lib/Frontend/CompilerInstance.cpp | |
parent | 56c091ea7106507b36015297ee9005c9d5fab0bf (diff) | |
download | llvm-0b06301a1d839eb5f73559f6c3daf9049c34f3af.zip llvm-0b06301a1d839eb5f73559f6c3daf9049c34f3af.tar.gz llvm-0b06301a1d839eb5f73559f6c3daf9049c34f3af.tar.bz2 |
[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.
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
0 files changed, 0 insertions, 0 deletions