"llvm/test/CodeGen/AMDGPU/fneg.ll" did not exist on "cb0ac3d1fbe29e6c0be2a24c56c06a3b26ce0e39"
LoopRotate: Don't walk the uses of a Constant
LoopRotate wanted to avoid live range interference by looking at the uses of a Value in the loop latch and seeing if any lied outside of the loop. We would wrongly perform this operation on Constants. This fixes PR22337. llvm-svn: 227171
Loading
Please sign in to comment