[PATCH] D145583: [AArch64][SME] Fix an infinite loop in DAGCombine related to adding -force-streaming-compatible-sve flag.
Dinar Temirbulatov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 27 01:58:34 PDT 2023
dtemirbulatov marked 2 inline comments as done.
dtemirbulatov added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-extends.ll:894
+define void @extend_cmp_of_mul(i32 %0, <8 x i64> %1, ptr %2) #0 {
+; CHECK-LABEL: extend_cmp_of_mul:
----------------
sdesmalen wrote:
> Can you also add a test where the result of the extend is not used by a `mul`?
ok, I added function with the setcc node instead of mul.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145583/new/
https://reviews.llvm.org/D145583
More information about the llvm-commits
mailing list