OSDN Git Service

[X86][SSE] Add saturated truncation tests for storing illegal v8i8 types
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 15 Feb 2018 17:48:34 +0000 (17:48 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 15 Feb 2018 17:48:34 +0000 (17:48 +0000)
commitee57c2c7b248534013a43dd2284c13c1a94901db
tree45bf4dd5d39b6a812d6f4771835cbec20974c7d8
parenta0f5c85846872d6a96a2df062788d14d2370edaa
[X86][SSE] Add saturated truncation tests for storing illegal v8i8 types

Tests showing missing opportunities to use PACK instructions in cases where we need to truncate to illegal types for stores

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@325270 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/vector-trunc-packus.ll
test/CodeGen/X86/vector-trunc-ssat.ll
test/CodeGen/X86/vector-trunc-usat.ll