================
@@ -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:
Or just as [Patryk27](https://github.com/Patryk27) indicated, just using the
exact register for `sbiw` and `ld`, instead of regexp pattern. My key concern
is it should show the relationship between sbiw and ld/st.
https://github.com/llvm/llvm-project/pull/152028
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits