OSDN Git Service

[CostModel][X86] Add cost tests for fp rounding intrinsics
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 2 Jul 2018 17:07:01 +0000 (17:07 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 2 Jul 2018 17:07:01 +0000 (17:07 +0000)
commit15962f647bd2caad7a6fb91c639ca634b78b4d19
tree6165894e21278c8c2d32392f56e9d29085ade023
parente5e070351653084fb24a8e63b7d2cf0804638c7d
[CostModel][X86] Add cost tests for fp rounding intrinsics

Add cost tests for fp ceil, floor, nearbyint, rint and trunc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@336122 91177308-0d34-0410-b5e6-96231b3b80d8
test/Analysis/CostModel/X86/fround.ll [new file with mode: 0644]