mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Minor update.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25263 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fcf39d4589
commit
e08c270623
@ -112,3 +112,12 @@ FP_TO_SINT when the source operand is already in memory.
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
Check if load folding would add a cycle in the dag.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
Model X86 EFLAGS as a real register to avoid redudant cmp / test. e.g.
|
||||
|
||||
cmpl $1, %eax
|
||||
setg %al
|
||||
testb %al, %al # unnecessary
|
||||
jne .BB7
|
||||
|
Loading…
Reference in New Issue
Block a user