[PATCH] D146108: [RISCV][NFC] Add more floating point tests for SLP vectorization

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 16:57:13 PDT 2023


benshi001 added inline comments.


================
Comment at: llvm/test/Transforms/SLPVectorizer/RISCV/float-point.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
+; RUN: opt < %s -passes=slp-vectorizer -S -mtriple=riscv64 -mattr=+v,+f \
----------------
reames wrote:
> Missed this earlier but the file name should be floating-point.ll not float-point.ll.  
I will correct this while committing. Thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146108



More information about the llvm-commits mailing list