1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-18 10:31:57 +00:00
llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 99c25b86aa Fix a bug in legalize where it would emit two calls to libcalls that return
i64 values on targets that need that expanded to 32-bit registers.  This fixes
PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll and speeds up 189.lucas from
taking 122.72s to 81.96s on my desktop.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23228 91177308-0d34-0410-b5e6-96231b3b80d8
2005-09-02 20:26:58 +00:00
..
DAGCombiner.cpp
LegalizeDAG.cpp Fix a bug in legalize where it would emit two calls to libcalls that return 2005-09-02 20:26:58 +00:00
Makefile
ScheduleDAG.cpp Fix the release build, noticed by Eric van Riet Paap 2005-09-02 07:09:28 +00:00
SelectionDAG.cpp Make sure to auto-cse nullary ops 2005-09-02 19:36:17 +00:00
SelectionDAGISel.cpp Don't create zero sized stack objects even for array allocas with a zero 2005-09-02 18:41:28 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp