mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-23 04:01:16 +00:00
[X86] Add ADD8ri_DB and ADD8rr_DB to the autogenerated load folding table.
These were added in r355423. We only use the autogenerated table to assist with the maintenance of the manual table. These entries are alreayd in the manual table. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@356357 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0e706fe381
commit
7e35449366
@ -61,9 +61,12 @@ const ManualMapEntry ManualMapSet[] = {
|
||||
{ "ADD64ri32_DB", "ADD64mi32", NO_UNFOLD },
|
||||
{ "ADD64ri8_DB", "ADD64mi8", NO_UNFOLD },
|
||||
{ "ADD64rr_DB", "ADD64mr", NO_UNFOLD },
|
||||
{ "ADD8ri_DB", "ADD8mi", NO_UNFOLD },
|
||||
{ "ADD8rr_DB", "ADD8mr", NO_UNFOLD },
|
||||
{ "ADD16rr_DB", "ADD16rm", NO_UNFOLD },
|
||||
{ "ADD32rr_DB", "ADD32rm", NO_UNFOLD },
|
||||
{ "ADD64rr_DB", "ADD64rm", NO_UNFOLD },
|
||||
{ "ADD8rr_DB", "ADD8rm", NO_UNFOLD },
|
||||
{ "PUSH16r", "PUSH16rmm", UNFOLD },
|
||||
{ "PUSH32r", "PUSH32rmm", UNFOLD },
|
||||
{ "PUSH64r", "PUSH64rmm", UNFOLD },
|
||||
|
Loading…
x
Reference in New Issue
Block a user