[all-commits] [llvm/llvm-project] eddd39: [X86][tablgen] Add three entries manually into the...
KanRobert via All-commits
all-commits at lists.llvm.org
Wed Apr 6 05:38:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eddd399c98053267296607e39c48d854b08a7e28
https://github.com/llvm/llvm-project/commit/eddd399c98053267296607e39c48d854b08a7e28
Author: Shengchen Kan <shengchen.kan at intel.com>
Date: 2022-04-06 (Wed, 06 Apr 2022)
Changed paths:
M llvm/utils/TableGen/X86FoldTablesEmitter.cpp
Log Message:
-----------
[X86][tablgen] Add three entries manually into the memory folding table
```
{X86::MOVLHPSrr,X86::MOVHPSrm}
{X86::VMOVLHPSZrr,X86::VMOVHPSZ128rm}
{X86::VMOVLHPSrr,X86::VMOVHPSrm}
```
Each of the three pairs has different mnemonic, so we have to add it
manually. This is a follow-up patch for D122477.
More information about the All-commits
mailing list