Making rem_crash.ll target-specific
authorRenato Golin <renato.golin@linaro.org>
Thu, 3 Mar 2016 14:01:10 +0000 (14:01 +0000)
committerRenato Golin <renato.golin@linaro.org>
Thu, 3 Mar 2016 14:01:10 +0000 (14:01 +0000)
commitf824ced6a1f3e56c9388d03d386cba0114e439ee
treeb30a64c8f937b8250da2030b356a4ae69ad77176
parentf4affc13c52f03683568450a6387a38519a17bdb
Making rem_crash.ll target-specific

This test failed in some ARM bots after a divmod change because it was
running on a native llc, instead of targeted one. This makes sure the test
is target-specific (as intended), and also copies to ARM and AArch64
directories. If it is also supposed to work on other architectures, I'll
leave as an exercise to the respective maintainers.

llvm-svn: 262620
llvm/test/CodeGen/AArch64/rem_crash.ll [new file with mode: 0644]
llvm/test/CodeGen/ARM/rem_crash.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/rem_crash.ll