[clang] [llvm] [AVR] Fix Avr indvar detection and strength reduction (missed optimization) (PR #152028)

Tom Vijlbrief via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 5 05:40:42 PDT 2025


================
@@ -112,8 +112,8 @@ while.end:                                        ; preds = %while.body, %entry
 
 define void @store16predec(ptr %x, i16 %y) {
 ; CHECK-LABEL: store16predec:
-; CHECK: st -{{[XYZ]}}, {{.*}}
-; CHECK: st -{{[XYZ]}}, {{.*}}
+; TODO: st -{{[XYZ]}}, {{.*}}
----------------
tomtor wrote:

Done

https://github.com/llvm/llvm-project/pull/152028


More information about the cfe-commits mailing list