OSDN Git Service

Added LICM test cases to:
authorTanya Lattner <tonic@nondot.org>
Tue, 5 Aug 2003 18:52:42 +0000 (18:52 +0000)
committerTanya Lattner <tonic@nondot.org>
Tue, 5 Aug 2003 18:52:42 +0000 (18:52 +0000)
commit7526eed38286dbb961024a897929e3d8c35ca5f3
tree1ba03436baf1d39228c0b205f71a477ebc2d54ba
parent9966c03aad031f738718bed3bc00371e358beb5d
Added LICM test cases to:

1) Check that trapping instructionns that are not guaranteed to execute are not hoisted.
2) Check that trapping instructions that are guaranteed to execute are hoisted.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7613 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/LICM/2003-08-04-TrappingInstHoist.ll [new file with mode: 0644]
test/Transforms/LICM/2003-08-04-TrappingInstOkHoist.ll [new file with mode: 0644]