[all-commits] [llvm/llvm-project] 883538: [CostModel][X86] Split int/fp arithmetic cost kind...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Aug 21 03:50:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 883538f47272889e608fd44eebee3780356ca0e3
https://github.com/llvm/llvm-project/commit/883538f47272889e608fd44eebee3780356ca0e3
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-08-21 (Sun, 21 Aug 2022)
Changed paths:
R llvm/test/Analysis/CostModel/X86/arith-costkinds.ll
A llvm/test/Analysis/CostModel/X86/arith-fp-codesize.ll
R llvm/test/Analysis/CostModel/X86/arith-fp-costkinds.ll
A llvm/test/Analysis/CostModel/X86/arith-fp-latency.ll
A llvm/test/Analysis/CostModel/X86/arith-fp-sizelatency.ll
A llvm/test/Analysis/CostModel/X86/arith-int-codesize.ll
A llvm/test/Analysis/CostModel/X86/arith-int-latency.ll
A llvm/test/Analysis/CostModel/X86/arith-int-sizelatency.ll
A llvm/test/Analysis/CostModel/X86/arith-int.ll
R llvm/test/Analysis/CostModel/X86/arith.ll
Log Message:
-----------
[CostModel][X86] Split int/fp arithmetic cost kinds tests
It's going to be much easier to maintain these tests (and all the check prefix combinations) if we don't mix cost kinds in the same file.
More information about the All-commits
mailing list