[PATCH] D145583: [AArch64][SME] Fix an infinite loop in DAGCombine related to adding -force-streaming-compatible-sve flag.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 27 05:43:56 PDT 2023
sdesmalen added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-extends.ll:919
+
+define void @zero_extend_no_mul(ptr %s, i16 %0) #0 {
+; CHECK-LABEL: zero_extend_no_mul:
----------------
This test is different from the one above in ways //other// than the `mul`. Can you make the tests otherwise identical?
Can you also verify that it still exercises the code you've added to your patch?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145583/new/
https://reviews.llvm.org/D145583
More information about the llvm-commits
mailing list