Add a new llvm.x86.int intrinsic, allowing access to the
authorChris Lattner <sabre@nondot.org>
Mon, 23 Aug 2010 19:39:25 +0000 (19:39 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 23 Aug 2010 19:39:25 +0000 (19:39 +0000)
commitd80c7e12322e60969b04fa5e0fb806857a3d12c4
tree28a2f2ae1d142ca83e1d680e36e3bf406d754271
parent00a5b5b2e97118e49aea0ad838eb2b249223a677
Add a new llvm.x86.int intrinsic, allowing access to the
x86 int and int3 instructions.  Patch by Peter Housel!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111831 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IntrinsicsX86.td
lib/Target/X86/X86InstrInfo.td
test/CodeGen/X86/int-intrinsic.ll [new file with mode: 0644]