Belatedly add llvm patch corresponding to r278367.
This commit is contained in:
parent
9b2a0d91b8
commit
79a79bd7c1
1950
contrib/llvm/patches/patch-08-llvm-r227089-fix-mips-i128.diff
Normal file
1950
contrib/llvm/patches/patch-08-llvm-r227089-fix-mips-i128.diff
Normal file
File diff suppressed because it is too large
Load Diff
@ -18,7 +18,7 @@ Index: lib/Transforms/Scalar/LoopRotation.cpp
|
||||
===================================================================
|
||||
--- lib/Transforms/Scalar/LoopRotation.cpp
|
||||
+++ lib/Transforms/Scalar/LoopRotation.cpp
|
||||
@@ -498,6 +498,8 @@ bool LoopRotate::rotateLoop(Loop *L, bool Simplifi
|
||||
@@ -535,6 +535,8 @@ bool LoopRotate::rotateLoop(Loop *L, bool Simplifi
|
||||
Loop *PredLoop = LI->getLoopFor(*PI);
|
||||
if (!PredLoop || PredLoop->contains(Exit))
|
||||
continue;
|
Loading…
x
Reference in New Issue
Block a user