[all-commits] [llvm/llvm-project] cf7276: [NFC] Add scalable vectorisation tests for int/FP ...
david-arm via All-commits
all-commits at lists.llvm.org
Mon Apr 26 03:02:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf7276820c501341d71a6f0728a753c7e5f843bc
https://github.com/llvm/llvm-project/commit/cf7276820c501341d71a6f0728a753c7e5f843bc
Author: David Sherwood <david.sherwood at arm.com>
Date: 2021-04-26 (Mon, 26 Apr 2021)
Changed paths:
A llvm/test/Transforms/LoopVectorize/AArch64/sve-type-conv.ll
Log Message:
-----------
[NFC] Add scalable vectorisation tests for int/FP <> int/FP conversions
We can already vectorize loops that involve int<>int, fp<>fp, int<>fp
and fp<>int conversions, however we didn't previously have any tests
for them. This patch adds some tests for each conversion type.
Differential Revision: https://reviews.llvm.org/D99951
More information about the All-commits
mailing list