1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 04:52:54 +02:00
llvm-mirror/test/CodeGen/WebAssembly
Kyle Butt 9386601a22 CodeGen: Allow small copyable blocks to "break" the CFG.
When choosing the best successor for a block, ordinarily we would have preferred
a block that preserves the CFG unless there is a strong probability the other
direction. For small blocks that can be duplicated we now skip that requirement
as well, subject to some simple frequency calculations.

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

llvm-svn: 293716
2017-01-31 23:48:32 +00:00
..
address-offsets.ll [WebAssembly] Remove the output operand from stores. 2016-10-06 22:08:28 +00:00
byval.ll [WebAssembly] Remove the output operand from stores. 2016-10-06 22:08:28 +00:00
call.ll [WebAssembly] Fix for 0xc call_indirect changes 2016-10-21 16:38:07 +00:00
cfg-stackify.ll [CodeGenPrep] Skip merging empty case blocks 2016-12-16 20:38:39 +00:00
cfi.ll
comparisons_f32.ll
comparisons_f64.ll
comparisons_i32.ll
comparisons_i64.ll
conv.ll
copysign-casts.ll
cpus.ll
dbgvalue.ll Renumber testcase metadata nodes after r290153. 2016-12-22 00:45:21 +00:00
dead-vreg.ll
divrem-constant.ll
f32.ll
f64.ll
fast-isel-noreg.ll [WebAssembly] Remove the output operand from stores. 2016-10-06 22:08:28 +00:00
fast-isel.ll [WebAssembly] Don't old negative load/store offsets in fast-isel. 2016-12-22 15:15:10 +00:00
frem.ll
func.ll
function-bitcasts.ll [WebAssembly] Don't create bitcast-wrappers for varargs. 2017-01-20 20:50:29 +00:00
global.ll
globl.ll [WebAssembly] Emit .import_global assembler directives 2016-12-01 00:11:15 +00:00
i32-load-store-alignment.ll [WebAssembly] Remove the output operand from stores. 2016-10-06 22:08:28 +00:00
i32.ll
i64-load-store-alignment.ll [WebAssembly] Remove the output operand from stores. 2016-10-06 22:08:28 +00:00
i64.ll
i128.ll
ident.ll
immediates.ll
implicit-def.ll [WebAssembly] Convert stackified IMPLICIT_DEF into constant 0. 2016-11-08 19:40:38 +00:00
indirect-import.ll
inline-asm.ll [WebAssembly] Remove the output operand from stores. 2016-10-06 22:08:28 +00:00
irreducible-cfg.ll
legalize.ll
lit.local.cfg
load-ext.ll
load-store-i1.ll [WebAssembly] Update extending load test for new i1 behavior 2016-10-20 00:10:34 +00:00
load.ll
lower-em-ehsjlj-options.ll
lower-em-exceptions-whitelist.ll
lower-em-exceptions.ll
lower-em-sjlj.ll
mem-intrinsics.ll Codegen: Tail-duplicate during placement. 2016-10-11 20:36:43 +00:00
memory-addr32.ll [WebAssembly] Update grow_memory's return type. 2017-01-18 01:02:45 +00:00
negative-base-reg.ll [WebAssembly] Remove the output operand from stores. 2016-10-06 22:08:28 +00:00
non-executable-stack.ll
offset-folding.ll
offset.ll [WebAssembly] Remove the output operand from stores. 2016-10-06 22:08:28 +00:00
phi.ll CodeGen: Allow small copyable blocks to "break" the CFG. 2017-01-31 23:48:32 +00:00
reg-stackify.ll [WebAssembly] Fix for 0xc call_indirect changes 2016-10-21 16:38:07 +00:00
return-int32.ll
return-void.ll
returned.ll
select.ll
signext-zeroext.ll
simd-arith.ll
stack-alignment.ll [WebAssembly] Emit a BasePointer when we have overly-aligned stack objects 2016-11-07 22:00:48 +00:00
store-trunc.ll [WebAssembly] Remove the output operand from stores. 2016-10-06 22:08:28 +00:00
store.ll [WebAssembly] Remove the output operand from stores. 2016-10-06 22:08:28 +00:00
switch.ll [WebAssemby] Implement block signatures. 2016-10-06 22:29:32 +00:00
unreachable.ll
unsupported-function-bitcasts.ll [WebAssembly] Don't abort on code with UB. 2017-01-07 01:50:01 +00:00
unused-argument.ll
userstack.ll [WebAssembly] Remove the output operand from stores. 2016-10-06 22:08:28 +00:00
varargs.ll [WebAssembly] Remove the output operand from stores. 2016-10-06 22:08:28 +00:00
vtable.ll