[PATCH] D154463: [SLPVectorize] Add support for fmaximum/fminimum reduction

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 09:09:05 PDT 2023


anna marked an inline comment as done.
anna added inline comments.


================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/fmaximum-fminimum.ll:202
+; CHECK: {{.*}}
+;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
+; AVX256: {{.*}}
----------------
ABataev wrote:
> 1. Fix this messages, remove unused check tags
> 2. Create a separate patch with the test.
These CHECK lines are generated by the auto generator. I've removed these and separate patch is created for the tests.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154463/new/

https://reviews.llvm.org/D154463



More information about the llvm-commits mailing list