================
@@ -94,7 +94,9 @@ while.end: ; preds =
%while.body, %entry
define void @store8predec(ptr %x, i8 %y) {
; CHECK-LABEL: store8predec:
-; CHECK: st -{{[XYZ]}}, {{.*}}
+; TODO: st -{{[XYZ]}}, {{.*}}
+; CHECK: sbiw {{..*}}, 1
----------------
benshi001 wrote:
it would be better to show the register of `sbiw` is r26/r28/r30, something
like `sbiw [r26|r28|r30], 1`.
https://github.com/llvm/llvm-project/pull/152028
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits