[PATCH] D99951: [NFC] Add scalable vectorisation tests for int/FP <> int/FP conversions

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 9 06:04:55 PDT 2021


fhahn added a comment.

Would it make sense to have all the conversion tests in a single file, as the tests are quite compact?



================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/sve-conv-int-to-int.ll:6
+; If this check fails please read test/CodeGen/AArch64/README for instructions on how to resolve it.
+; WARN-NOT: warning
+
----------------
Do we still need this? IIRC most those checks have been removed by now?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99951



More information about the llvm-commits mailing list