[all-commits] [llvm/llvm-project] 23a912: [CostModel][X86] Split icmp/fcmp cost kinds tests
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Aug 19 02:40:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23a91214ec97418f958c69afd97881294f9cfde0
https://github.com/llvm/llvm-project/commit/23a91214ec97418f958c69afd97881294f9cfde0
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-08-19 (Fri, 19 Aug 2022)
Changed paths:
A llvm/test/Analysis/CostModel/X86/fcmp-codesize.ll
R llvm/test/Analysis/CostModel/X86/fcmp-costkinds.ll
A llvm/test/Analysis/CostModel/X86/fcmp-latency.ll
A llvm/test/Analysis/CostModel/X86/fcmp-sizelatency.ll
A llvm/test/Analysis/CostModel/X86/icmp-codesize.ll
R llvm/test/Analysis/CostModel/X86/icmp-costkinds.ll
A llvm/test/Analysis/CostModel/X86/icmp-latency.ll
A llvm/test/Analysis/CostModel/X86/icmp-sizelatency.ll
Log Message:
-----------
[CostModel][X86] Split icmp/fcmp 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