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

Paschalis Mpeis via All-commits all-commits at lists.llvm.org
Wed Feb 21 07:41:38 PST 2024


  Branch: refs/heads/users/paschalis-mpeis/improve-scalar-frem-costs
  Home:   https://github.com/llvm/llvm-project
  Commit: 1da48f4a0d3748ee7950964ddb0dc46d29cd2f55
      https://github.com/llvm/llvm-project/commit/1da48f4a0d3748ee7950964ddb0dc46d29cd2f55
  Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
  Date:   2024-02-21 (Wed, 21 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'.


  Commit: 623e9be818f3533db4d83c2bf5c34d9d5ecfe253
      https://github.com/llvm/llvm-project/commit/623e9be818f3533db4d83c2bf5c34d9d5ecfe253
  Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
  Date:   2024-02-21 (Wed, 21 Feb 2024)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp

  Log Message:
  -----------
  Pass nullptr to get costs of the call to fmod/fmodff


  Commit: cfcc272f3312fd0da1df9602cdef450632f16dbc
      https://github.com/llvm/llvm-project/commit/cfcc272f3312fd0da1df9602cdef450632f16dbc
  Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
  Date:   2024-02-21 (Wed, 21 Feb 2024)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp

  Log Message:
  -----------
  Addressing reviewers


Compare: https://github.com/llvm/llvm-project/compare/4f3b41f16b2e...cfcc272f3312

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list