mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
This is done.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34072 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1cbd333618
commit
6a9a76508c
@ -665,20 +665,6 @@ The add\sub pair is really unneeded here.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
We generate really bad code in some cases due to lowering SETCC/SELECT at
|
||||
legalize time, which prevents the post-legalize dag combine pass from
|
||||
understanding the code. As a silly example, this prevents us from folding
|
||||
stuff like this:
|
||||
|
||||
bool %test(ulong %x) {
|
||||
%tmp = setlt ulong %x, 4294967296
|
||||
ret bool %tmp
|
||||
}
|
||||
|
||||
into x.h == 0
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
We currently compile sign_extend_inreg into two shifts:
|
||||
|
||||
long foo(long X) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user