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

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 15:13:38 PDT 2023


reames 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 \
----------------
Missed this earlier but the file name should be floating-point.ll not float-point.ll.  


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