llvm-project/llvm/test/Transforms/CodeGenPrepare/ARM
David Green e27e87cdcb [CGP] Ensure splitgep gives deterministic output
The output of splitLargeGEPOffsets does not appear to be deterministic because
of the way that we iterate over a DenseMap. I've changed it to a MapVector for
consistent output.

The test here isn't particularly great, only showing a consmetic difference in
output. The original reproducer is much larger but show a diffierence in
instruction ordering, leading to different codegen.

Differential Revision: https://reviews.llvm.org/D51851

llvm-svn: 342043
2018-09-12 10:19:10 +00:00
..
bitreverse-recognize.ll
large-offset-gep.ll [ARM] Enable GEP offset splitting for 32-bit ARM. 2018-08-30 22:18:27 +00:00
lit.local.cfg
memory-intrinsics.ll [CodeGenPrepare] Improve source and dest alignments of memory intrinsics independently 2018-01-31 17:24:53 +00:00
sink-addrmode.ll [CGP] Fix handling of null pointer values in optimizeMemoryInst 2017-11-27 11:29:15 +00:00
splitgep.ll [CGP] Ensure splitgep gives deterministic output 2018-09-12 10:19:10 +00:00