Nuno Lopes 3769fe149b improve optimization of invoke instructions:
- simplifycfg:  invoke undef/null -> unreachable
 - instcombine:  invoke new  -> invoke expect(0, 0)  (an arbitrary NOOP intrinsic;  only done if the allocated memory is unused, of course)
 - verifier:  allow invoke of intrinsics  (to make the previous step work)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159146 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-25 17:11:47 +00:00
..
2012-02-22 17:25:00 +00:00
2012-06-23 12:14:23 +00:00
2012-06-22 14:53:30 +00:00
2010-11-29 18:16:10 +00:00
2012-05-28 01:37:08 +00:00
2012-03-26 14:04:17 +00:00
2011-12-01 08:00:17 +00:00