1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/Transforms/LowerBitSets
Evgeniy Stepanov 7ed9f33690 [cfi] Fix LowerBitSets on 32-bit targets.
This code attempts to truncate IntPtrTy to i32, which may be the same
type.

llvm-svn: 256205
2015-12-21 22:14:04 +00:00
..
constant.ll [opaque pointer type] Add textual IR support for explicit type parameter to gep operator 2015-03-13 18:20:45 +00:00
function-ext.ll Re-apply r247080 with order of evaluation fix. 2015-09-08 22:49:35 +00:00
function.ll [opaque pointer type] Add textual IR support for explicit type parameter for global aliases 2015-09-11 03:22:04 +00:00
layout.ll LowerBitSets: Align referenced globals. 2015-02-25 20:42:41 +00:00
nonglobal.ll LowerBitSets: Ignore bitset entries that do not directly refer to a global. 2015-06-27 00:17:51 +00:00
nonstring.ll LowerBitSets: Fix non-determinism bug. 2015-09-09 22:30:32 +00:00
pr25902.ll [cfi] Fix LowerBitSets on 32-bit targets. 2015-12-21 22:14:04 +00:00
simple.ll [opaque pointer type] Add textual IR support for explicit type parameter for global aliases 2015-09-11 03:22:04 +00:00
single-offset.ll LowerBitSets: Align referenced globals. 2015-02-25 20:42:41 +00:00
unnamed.ll LowerBitSets: Do not assign names to aliases of unnamed bitset element objects. 2015-06-17 18:31:02 +00:00