[CostModel][X86] Add latency/code-size/size-latency test coverage for integer add...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 13 Apr 2023 18:00:35 +0000 (19:00 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 13 Apr 2023 18:00:43 +0000 (19:00 +0100)
commit43c42d6d7ab7f80c79e5b1bfd329b9e84eac06ba
treeb45a38fca6048269cabb393d9bd447585f5cb77c
parente6ab86a88796667ede83bf839a8e1bdb103d4a80
[CostModel][X86] Add latency/code-size/size-latency test coverage for integer add/sub saturation intrinsics
llvm/test/Analysis/CostModel/X86/arith-ssat-codesize.ll [new file with mode: 0644]
llvm/test/Analysis/CostModel/X86/arith-ssat-latency.ll [new file with mode: 0644]
llvm/test/Analysis/CostModel/X86/arith-ssat-sizelatency.ll [new file with mode: 0644]
llvm/test/Analysis/CostModel/X86/arith-usat-codesize.ll [new file with mode: 0644]
llvm/test/Analysis/CostModel/X86/arith-usat-latency.ll [new file with mode: 0644]
llvm/test/Analysis/CostModel/X86/arith-usat-sizelatency.ll [new file with mode: 0644]