mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
add a note, I'll take care of this after nate commits his big patch
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25873 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3c55c54a87
commit
1f7c6302be
@ -299,3 +299,13 @@ turning 'select (load CPI1), (load CPI2)' -> 'load (select CPI1, CPI2)'
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user