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)
commitd2a10ad76192bea8ac79db7c93c887629c65f599
treea38eba9896e928e8018ab5c9ba7b0c84c052b79d
parent3c6fbad38866975379145dfa39ef0dac44209771
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.

llvm-svn: 302980
llvm/test/Transforms/ConstProp/calls.ll
llvm/test/Transforms/ConstProp/sse.ll [new file with mode: 0644]