OSDN Git Service

ConstProp: Split x86 SSE intrinsic tests out of calls.ll
authorJustin Bogner <mail@justinbogner.com>
Sat, 13 May 2017 05:52:17 +0000 (05:52 +0000)
committerJustin Bogner <mail@justinbogner.com>
Sat, 13 May 2017 05:52:17 +0000 (05:52 +0000)
commitb3213cf9dbf0301b86e3b1fe4b3d44ed939f8aa6
tree619eed131fb9d8a9f4e266cf401e1769af0035f6
parent74e8801b8b055020fef0459520f4c1fd353da4de
ConstProp: Split x86 SSE intrinsic tests out of calls.ll

This allows us to mark this as `REQUIRES: x86`, since it uses x86
target specific intrinsics.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302980 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/ConstProp/calls.ll
test/Transforms/ConstProp/sse.ll [new file with mode: 0644]