aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LoopTraversal.cpp
diff options
context:
space:
mode:
authorMarina Yatsina <marina.yatsina@intel.com>2018-01-22 10:05:45 +0000
committerMarina Yatsina <marina.yatsina@intel.com>2018-01-22 10:05:45 +0000
commit0f9cda52f52ca0af49cce148fc15fb8f2d63a884 (patch)
tree435b6d26b687abfa025af4b6a3435967802f0b32 /llvm/lib/CodeGen/LoopTraversal.cpp
parent6b34e63ebd61fa17016e0d3cbf2ed56f53508c60 (diff)
downloadllvm-0f9cda52f52ca0af49cce148fc15fb8f2d63a884.zip
llvm-0f9cda52f52ca0af49cce148fc15fb8f2d63a884.tar.gz
llvm-0f9cda52f52ca0af49cce148fc15fb8f2d63a884.tar.bz2
ExecutionDepsFix refactoring:
- Changing DenseMap<MBB*, LiveReg*> to SmallVector<LiveReg*> - Now the MBB number will be the index of LiveReg in the vector. - Adding asserts This patch is NFC. This is the one of multiple patches that fix bugzilla https://bugs.llvm.org/show_bug.cgi?id=33869 Most of the patches are intended at refactoring the existent code. Additional relevant reviews: https://reviews.llvm.org/D40330 https://reviews.llvm.org/D40332 https://reviews.llvm.org/D40333 https://reviews.llvm.org/D40334 Differential Revision: https://reviews.llvm.org/D40331 Change-Id: If4a3f141693d0361ddb292432337dbb63a1e69ee llvm-svn: 323089
Diffstat (limited to 'llvm/lib/CodeGen/LoopTraversal.cpp')
0 files changed, 0 insertions, 0 deletions