summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2015-04-08 01:41:10 +0000
committerMatthias Braun <matze@braunis.de>2015-04-08 01:41:10 +0000
commit1e61bbf0226ad0fa190d9497a2bb894c25c192c2 (patch)
treee03d1b8ce90757dd5cb268121ce4dc03a599b564 /llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
parentd7e6f13671e4f36c038b1a671697196b7b72db27 (diff)
downloadbcm5719-llvm-1e61bbf0226ad0fa190d9497a2bb894c25c192c2.tar.gz
bcm5719-llvm-1e61bbf0226ad0fa190d9497a2bb894c25c192c2.zip
LiveInterval: Fix computeFromMainRange() producing adjacent segments with same valno
If two livesegments from different subranges happened to have the same definition they could possibly end up as two adjacent segments in the main liverange with the same value number which is not allowed. Detect such cases and fix them in the 2nd pass of computeFromMainRange() if necessary. No testcase as there is only an out-of-tree target where I can sensibly come up with one. llvm-svn: 234382
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/LoopVectorize.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud