1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Transforms/WholeProgramDevirt
Jonas Hahnfeld e84d473fc3 Align all scalar numbers to LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR
Otherwise, yamlize in YAMLTraits.h might be wrongly defined.
This makes some AMDGPU tests fail when LLVM_LINK_LLVM_DYLIB is set.

Differential Revision: https://reviews.llvm.org/D30508

llvm-svn: 299415
2017-04-04 06:02:32 +00:00
..
Inputs WholeProgramDevirt: Implement export/import support for VCP. 2017-03-10 20:13:58 +00:00
bad-read-from-vtable.ll LowerTypeTests: Change a few vtable globals in tests to constants. 2017-02-09 01:48:24 +00:00
constant-arg.ll
devirt-single-impl-check.ll
devirt-single-impl.ll
expand-check.ll
export-nothing.ll IR: Type ID summary extensions for WPD; thread summary into WPD pass. 2017-02-13 19:26:18 +00:00
export-single-impl.ll WholeProgramDevirt: Implement exporting for single-impl devirtualization. 2017-03-04 01:31:01 +00:00
export-uniform-ret-val.ll WholeProgramDevirt: Implement exporting for uniform ret val opt. 2017-03-04 01:34:53 +00:00
export-unique-ret-val.ll WholeProgramDevirt: Implement export/import support for unique ret val opt. 2017-03-10 20:09:11 +00:00
export-unsuccessful-checked.ll Align all scalar numbers to LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR 2017-04-04 06:02:32 +00:00
export-vcp.ll WholeProgramDevirt: Implement export/import support for VCP. 2017-03-10 20:13:58 +00:00
import-indir.ll Align all scalar numbers to LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR 2017-04-04 06:02:32 +00:00
import.ll WholeProgramDevirt: Implement export/import support for VCP. 2017-03-10 20:13:58 +00:00
non-constant-vtable.ll
pointer-vtable.ll WholeProgramDevirt: Teach the pass to handle structs of arrays. 2016-12-09 01:10:11 +00:00
soa-vtable.ll WholeProgramDevirt: Teach the pass to handle structs of arrays. 2016-12-09 01:10:11 +00:00
struct-vtable.ll Make WholeProgramDevirt understand ConstStruct vtables. 2016-12-09 00:33:27 +00:00
uniform-retval-invoke.ll
uniform-retval.ll
unique-retval.ll Re-apply r295110 and r295144 with a fix for the ASan issue. 2017-02-15 21:56:51 +00:00
vcp-accesses-memory.ll WholeProgramDevirt: Examine the function body when deciding whether functions are readnone. 2017-02-17 18:17:04 +00:00
vcp-decl.ll WholeProgramDevirt: Check that VCP candidate functions are defined before evaluating them. 2017-02-09 23:46:26 +00:00
vcp-no-this.ll LowerTypeTests: Change a few vtable globals in tests to constants. 2017-02-09 01:48:24 +00:00
vcp-non-constant-arg.ll LowerTypeTests: Change a few vtable globals in tests to constants. 2017-02-09 01:48:24 +00:00
vcp-too-wide-ints.ll Re-apply r295110 and r295144 with a fix for the ASan issue. 2017-02-15 21:56:51 +00:00
vcp-type-mismatch.ll Re-apply r295110 and r295144 with a fix for the ASan issue. 2017-02-15 21:56:51 +00:00
vcp-uses-this.ll LowerTypeTests: Change a few vtable globals in tests to constants. 2017-02-09 01:48:24 +00:00
virtual-const-prop-begin.ll WholeProgramDevirt: For VCP use a 32-bit ConstantInt for the byte offset. 2017-02-17 19:43:45 +00:00
virtual-const-prop-check.ll WholeProgramDevirt: For VCP use a 32-bit ConstantInt for the byte offset. 2017-02-17 19:43:45 +00:00
virtual-const-prop-end.ll WholeProgramDevirt: For VCP use a 32-bit ConstantInt for the byte offset. 2017-02-17 19:43:45 +00:00