[all-commits] [llvm/llvm-project] 1209b9: [CostModel][X86] Replace CostKindCosts constructor...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Aug 31 02:45:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1209b9c2c2bec5a5ffd68d6785015bfd222ecf00
https://github.com/llvm/llvm-project/commit/1209b9c2c2bec5a5ffd68d6785015bfd222ecf00
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-08-31 (Wed, 31 Aug 2022)
Changed paths:
M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
Log Message:
-----------
[CostModel][X86] Replace CostKindCosts constructor with default values.
This improves static initialization of the cost tables and significantly speeds up MSVC compile time.
More information about the All-commits
mailing list