[all-commits] [llvm/llvm-project] efc1c0: [CostModel][X86] Split integer div/rem cost kinds ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Aug 21 04:09:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: efc1c0236b81fd497c1cfd9893e0274e50971fd5
https://github.com/llvm/llvm-project/commit/efc1c0236b81fd497c1cfd9893e0274e50971fd5
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-08-21 (Sun, 21 Aug 2022)
Changed paths:
A llvm/test/Analysis/CostModel/X86/div-codesize.ll
R llvm/test/Analysis/CostModel/X86/div-costkinds.ll
A llvm/test/Analysis/CostModel/X86/div-latency.ll
A llvm/test/Analysis/CostModel/X86/div-sizelatency.ll
A llvm/test/Analysis/CostModel/X86/rem-codesize.ll
R llvm/test/Analysis/CostModel/X86/rem-costkinds.ll
A llvm/test/Analysis/CostModel/X86/rem-latency.ll
A llvm/test/Analysis/CostModel/X86/rem-sizelatency.ll
Log Message:
-----------
[CostModel][X86] Split integer div/rem 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