[PATCH] D132308: [LV] Replace fixed-order cost model with a SK_Splice shuffle
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 23 01:54:16 PDT 2022
RKSimon added inline comments.
================
Comment at: llvm/test/Transforms/LoopVectorize/X86/fixed-order-recurrence.ll:7
+
+define void @firstorderrec(ptr nocapture noundef readonly %x, ptr noalias nocapture noundef writeonly %y, i32 noundef %n) {
+; CHECK-LABEL: @firstorderrec(
----------------
Is there any change with/without this patch (and/or D132374)?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132308/new/
https://reviews.llvm.org/D132308
More information about the llvm-commits
mailing list