"compiler-rt/test/tsan/deadlock_detector_stress_test.cpp" did not exist on "94dd76aefa00bd2b3b4981695f6f962600c1c829"
[PowerPC] Do not produce invalid CTR loop with an FRem
An FRem instruction inside a loop should prevent the loop from being converted into a CTR loop since this is not an operation that is legal on any PPC subtarget. This will always be a call to a library function which means the loop will be invalid if this instruction is in the body. Fixes PR36292. llvm-svn: 325739
Loading
Please sign in to comment