[all-commits] [llvm/llvm-project] 2a85ed: [TLI] ReplaceWithVecLib pass uses CostModel
Paschalis Mpeis via All-commits
all-commits at lists.llvm.org
Tue Jan 23 02:32:50 PST 2024
Branch: refs/heads/users/paschalis-mpeis/replace-with-veclib-uses-costmodel
Home: https://github.com/llvm/llvm-project
Commit: 2a85ed13c10f877d2f72daa5e7c22fbccdd5fa54
https://github.com/llvm/llvm-project/commit/2a85ed13c10f877d2f72daa5e7c22fbccdd5fa54
Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
Date: 2024-01-23 (Tue, 23 Jan 2024)
Changed paths:
M llvm/lib/CodeGen/ReplaceWithVeclib.cpp
M llvm/test/CodeGen/AArch64/replace-with-veclib-armpl.ll
M llvm/test/CodeGen/AArch64/replace-with-veclib-sleef.ll
Log Message:
-----------
[TLI] ReplaceWithVecLib pass uses CostModel
Pass replace-with-veclib only replaces to veclib calls when their cost
is not found to be higher than the cost of the original instruction.
More information about the All-commits
mailing list