[all-commits] [llvm/llvm-project] 0de2c3: [CostModel][X86] Split select cost kinds tests
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Aug 19 02:29:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0de2c3d7e44b9db0289a22d78d8bb381ae73accb
https://github.com/llvm/llvm-project/commit/0de2c3d7e44b9db0289a22d78d8bb381ae73accb
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/select-codesize.ll
R llvm/test/Analysis/CostModel/X86/select-costkinds.ll
A llvm/test/Analysis/CostModel/X86/select-latency.ll
A llvm/test/Analysis/CostModel/X86/select-sizelatency.ll
Log Message:
-----------
[CostModel][X86] Split select 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