1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

[X86] Add CMP8ri8 to load folding tables.

llvm-svn: 321949
This commit is contained in:
Craig Topper 2018-01-07 06:24:21 +00:00
parent 06d343d64a
commit c8b420137b

View File

@ -362,6 +362,7 @@ X86InstrInfo::X86InstrInfo(X86Subtarget &STI)
{ X86::CMP64ri8, X86::CMP64mi8, TB_FOLDED_LOAD },
{ X86::CMP64rr, X86::CMP64mr, TB_FOLDED_LOAD },
{ X86::CMP8ri, X86::CMP8mi, TB_FOLDED_LOAD },
{ X86::CMP8ri8, X86::CMP8mi8, TB_FOLDED_LOAD },
{ X86::CMP8rr, X86::CMP8mr, TB_FOLDED_LOAD },
{ X86::DIV16r, X86::DIV16m, TB_FOLDED_LOAD },
{ X86::DIV32r, X86::DIV32m, TB_FOLDED_LOAD },