llvm-project/llvm/test/Transforms/CodeGenPrepare/X86
Junmo Park 161dc1c605 [CodeGenPrepare] Remove load-based heuristic
Summary:
Both the hardware and LLVM have changed since 2012.
Now, load-based heuristic don't show big differences any more on OoO cores.

There is no notable regressons and improvements on spec2000/2006. (Cortex-A57, Core i5).

Reviewers: spatel, zansari
    
Differential Revision: http://reviews.llvm.org/D16836

llvm-svn: 261809
2016-02-25 00:23:27 +00:00
..
catchpad-phi-cast.ll Reapply r257105 "[Verifier] Check that debug values have proper size" 2016-01-15 00:46:17 +00:00
cttz-ctlz.ll this new test file was accidentally left out of r253573 2015-11-19 16:39:00 +00:00
extend-sink-hoist.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
lit.local.cfg
memset_chk-simplify-nobuiltin.ll Revert "Change memcpy/memset/memmove to have dest and source alignments." 2015-11-19 05:56:52 +00:00
select.ll [CodeGenPrepare] Remove load-based heuristic 2016-02-25 00:23:27 +00:00
sink-addrspacecast.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
widen_switch.ll [CGP] widen switch condition and case constants to target's register width (2nd try) 2015-11-02 23:22:49 +00:00
x86-shuffle-sink.ll