This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2025-01-30 19:35:54 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
test
/
CodeGen
History
Evan Cheng
67ad9db15b
Teach LowerBRCOND to recognize (xor (setcc x), 1). The xor inverts the condition. It's normally transformed by the dag combiner, unless the condition is set by a arithmetic op with overflow.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@63505
91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-02 08:07:36 +00:00
..
Alpha
…
ARM
…
CBackend
…
CellSPU
Used "-enable-unsafe-fp-math" to allow this transformation - (a * b -c) = c - a *b.
2009-01-31 06:50:54 +00:00
CPP
…
Generic
…
IA64
…
Mips
…
PowerPC
Private linkage support for PPC / Darwin.
2009-01-25 06:32:01 +00:00
SPARC
…
X86
Teach LowerBRCOND to recognize (xor (setcc x), 1). The xor inverts the condition. It's normally transformed by the dag combiner, unless the condition is set by a arithmetic op with overflow.
2009-02-02 08:07:36 +00:00
XCore
…