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-23 17:32:49 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
test
/
CodeGen
History
Evan Cheng
821b8560e7
If a MI uses the same register more than once, only mark one of them as 'kill'.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@66363
91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-08 03:58:35 +00:00
..
Alpha
…
ARM
If a MI uses the same register more than once, only mark one of them as 'kill'.
2009-03-08 03:58:35 +00:00
CBackend
…
CellSPU
…
CPP
…
Generic
bug 3610: Test case.
2009-02-22 15:54:44 +00:00
IA64
…
Mips
…
PowerPC
…
SPARC
…
X86
implement an optimization to codegen c ? 1.0 : 2.0 as load { 2.0, 1.0 } + c*4.
2009-03-08 01:51:30 +00:00
XCore
…