[all-commits] [llvm/llvm-project] f870c5: [AArch64] NFC: Cleanup some SVE cost-model tests.

sdesmalen-arm via All-commits all-commits at lists.llvm.org
Mon Mar 1 05:30:09 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f870c551f090b6edc83892efd68e9e96ed5c19a8
      https://github.com/llvm/llvm-project/commit/f870c551f090b6edc83892efd68e9e96ed5c19a8
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2021-03-01 (Mon, 01 Mar 2021)

  Changed paths:
    A llvm/test/Analysis/CostModel/AArch64/sve-gather.ll
    R llvm/test/Analysis/CostModel/AArch64/sve-getIntrinsicInstrCost-cctz-ctlz.ll
    R llvm/test/Analysis/CostModel/AArch64/sve-getIntrinsicInstrCost-gather.ll
    R llvm/test/Analysis/CostModel/AArch64/sve-getIntrinsicInstrCost-scatter.ll
    R llvm/test/Analysis/CostModel/AArch64/sve-getIntrinsicInstrCost-vec-insert-extract.ll
    R llvm/test/Analysis/CostModel/AArch64/sve-getIntrinsicInstrCost-vector-reduce.ll
    R llvm/test/Analysis/CostModel/AArch64/sve-getIntrinsicInstrCost-vector-reverse.ll
    A llvm/test/Analysis/CostModel/AArch64/sve-intrinsics.ll
    A llvm/test/Analysis/CostModel/AArch64/sve-scatter.ll

  Log Message:
  -----------
  [AArch64] NFC: Cleanup some SVE cost-model tests.

Moved some of the `sve-getIntrinsicCost-<..>` into a single sve-intrinsics.ll
file, and simplified the tests a bit by bundling all the intrinsics in one
function (instead of testing one intrinsic per function). That makes it easier
to see the cost of the intrinsics.




More information about the All-commits mailing list