[all-commits] [llvm/llvm-project] a3b1fc: [AArch64][CostModel] Precommit some vector mul tes...
sjoerdmeijer via All-commits
all-commits at lists.llvm.org
Thu Nov 26 05:27:55 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: a3b1fcbc0cf5b70015d0f8aa983263d1ca84a8c8
https://github.com/llvm/llvm-project/commit/a3b1fcbc0cf5b70015d0f8aa983263d1ca84a8c8
Author: Sjoerd Meijer <sjoerd.meijer at arm.com>
Date: 2020-11-26 (Thu, 26 Nov 2020)
Changed paths:
A llvm/test/Analysis/CostModel/AArch64/mul.ll
Log Message:
-----------
[AArch64][CostModel] Precommit some vector mul tests. NFC.
The cost-model is not getting the cost right for a mul with <2 x i64>
operands, i.e. we don't have a MUL.2d, and this is precommitting some
tests before adjusting this.
More information about the All-commits
mailing list