llvm/test/CodeGen/PowerPC/pr43527.ll
0 → 100644
+75
−0
Loading
These two intrinsics are lowered to calls so should prevent the formation of CTR loops. In a subsequent patch, we will handle all currently known intrinsics and prevent the formation of HW loops if any unknown intrinsics are encountered. Differential revision: https://reviews.llvm.org/D68841