[all-commits] [llvm/llvm-project] 5dcf4b: [SVE][NFC] Add SVE cost model tests for gathers/sc...
david-arm via All-commits
all-commits at lists.llvm.org
Tue Sep 7 06:13:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5dcf4b4fe018355706325d7a0a22893ac0c9340a
https://github.com/llvm/llvm-project/commit/5dcf4b4fe018355706325d7a0a22893ac0c9340a
Author: David Sherwood <david.sherwood at arm.com>
Date: 2021-09-07 (Tue, 07 Sep 2021)
Changed paths:
M llvm/test/Analysis/CostModel/AArch64/sve-gather.ll
M llvm/test/Analysis/CostModel/AArch64/sve-scatter.ll
Log Message:
-----------
[SVE][NFC] Add SVE cost model tests for gathers/scatters
We previously didn't have any tests to defend the cost model
for gathers and scatters using SVE without a vscale_range
attribute. I've added tests to existing files:
Analysis/CostModel/AArch64/sve-gather.ll
Analysis/CostModel/AArch64/sve-scatter.ll
Differential Revision: https://reviews.llvm.org/D109055
More information about the All-commits
mailing list