[all-commits] [llvm/llvm-project] f0e652: [CostModel][X86] Add latency/code-size test covera...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Apr 13 09:34:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f0e65291339f1b27d11a1ce2e908a614b7f4cb8c
https://github.com/llvm/llvm-project/commit/f0e65291339f1b27d11a1ce2e908a614b7f4cb8c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-04-13 (Thu, 13 Apr 2023)
Changed paths:
A llvm/test/Analysis/CostModel/X86/fmaxnum-codesize.ll
A llvm/test/Analysis/CostModel/X86/fmaxnum-latency.ll
M llvm/test/Analysis/CostModel/X86/fmaxnum-size-latency.ll
A llvm/test/Analysis/CostModel/X86/fminnum-codesize.ll
A llvm/test/Analysis/CostModel/X86/fminnum-latency.ll
M llvm/test/Analysis/CostModel/X86/fminnum-size-latency.ll
Log Message:
-----------
[CostModel][X86] Add latency/code-size test coverage for minnum/maxnum intrinsics
And improve test coverage for the existing size-latency tests to match
More information about the All-commits
mailing list