Avoid inserting noop's in the middle of a loop.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 27 Nov 2008 01:16:00 +0000 (01:16 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 27 Nov 2008 01:16:00 +0000 (01:16 +0000)
commitdf90841690c4c1c30aa9ea8cfd37c429bb1e9d0b
tree6117982f99c9e62e5cbe53e3ffef9713a084da7e
parent884c70c912b699a4d14d05dcac1ac4f2d47c0f9a
Avoid inserting noop's in the middle of a loop.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60141 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LoopAligner.cpp
test/CodeGen/X86/avoid-loop-align.ll [new file with mode: 0644]