[all-commits] [llvm/llvm-project] f39e71: [AArch64][CostModel] Improve scalar frem cost

Paschalis Mpeis via All-commits all-commits at lists.llvm.org
Fri Feb 2 04:30:39 PST 2024


  Branch: refs/heads/users/paschalis-mpeis/improve-scalar-frem-costs
  Home:   https://github.com/llvm/llvm-project
  Commit: f39e71469a11157ad3c789d1a512d328d790d6f9
      https://github.com/llvm/llvm-project/commit/f39e71469a11157ad3c789d1a512d328d790d6f9
  Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
    M llvm/test/Analysis/CostModel/AArch64/arith-fp-frem.ll
    M llvm/test/Analysis/CostModel/AArch64/arith-fp.ll

  Log Message:
  -----------
  [AArch64][CostModel] Improve scalar frem cost

In AArch64 the cost of scalar frem is the cost of a call to 'fmod'.




More information about the All-commits mailing list