[CostModel][X86] Split icmp/fcmp cost kinds tests
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 19 Aug 2022 09:39:30 +0000 (10:39 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 19 Aug 2022 09:39:30 +0000 (10:39 +0100)
commit23a91214ec97418f958c69afd97881294f9cfde0
treeabbdbe76f6ad52036fd2fa3b6dfb0944643af993
parent0de2c3d7e44b9db0289a22d78d8bb381ae73accb
[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.
llvm/test/Analysis/CostModel/X86/fcmp-codesize.ll [new file with mode: 0644]
llvm/test/Analysis/CostModel/X86/fcmp-costkinds.ll [deleted file]
llvm/test/Analysis/CostModel/X86/fcmp-latency.ll [new file with mode: 0644]
llvm/test/Analysis/CostModel/X86/fcmp-sizelatency.ll [new file with mode: 0644]
llvm/test/Analysis/CostModel/X86/icmp-codesize.ll [new file with mode: 0644]
llvm/test/Analysis/CostModel/X86/icmp-costkinds.ll [deleted file]
llvm/test/Analysis/CostModel/X86/icmp-latency.ll [new file with mode: 0644]
llvm/test/Analysis/CostModel/X86/icmp-sizelatency.ll [new file with mode: 0644]