mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
implemented, testcase here: test/Regression/CodeGen/X86/compare-add.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25899 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b3ddfc42af
commit
1bac941019
@ -289,16 +289,6 @@ The pattern isel got this one right.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
This shouldn't have an explicit ADD (target independent dag combiner hack):
|
||||
|
||||
bool %X(int %X) {
|
||||
%Y = add int %X, 14
|
||||
%Z = setne int %Y, 12345
|
||||
ret bool %Z
|
||||
}
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
We need to lower switch statements to tablejumps when appropriate instead of
|
||||
always into binary branch trees.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user