[all-commits] [llvm/llvm-project] 2d9f7a: [AArch64][CostModel] Improve scalar frem cost
Paschalis Mpeis via All-commits
all-commits at lists.llvm.org
Tue Feb 6 08:55:42 PST 2024
Branch: refs/heads/users/paschalis-mpeis/improve-scalar-frem-costs
Home: https://github.com/llvm/llvm-project
Commit: 2d9f7aae71249d4a033168da0162e3e81df64ecb
https://github.com/llvm/llvm-project/commit/2d9f7aae71249d4a033168da0162e3e81df64ecb
Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
Date: 2024-02-06 (Tue, 06 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: 4f3b41f16b2e85a0aa103f85f9bffa7ea5dc6b3b
https://github.com/llvm/llvm-project/commit/4f3b41f16b2e85a0aa103f85f9bffa7ea5dc6b3b
Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
Date: 2024-02-06 (Tue, 06 Feb 2024)
Changed paths:
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
Log Message:
-----------
Pass nullptr to get costs of the call to fmod/fmodff
Compare: https://github.com/llvm/llvm-project/compare/f39e71469a11...4f3b41f16b2e
More information about the All-commits
mailing list