hanchenye-llvm-project/llvm/test/CodeGen/WebAssembly
JF Bastien 3428ed4f53 WebAssembly: don't omit dead vregs from locals
Summary:
This is a temporary hack until we get around to remapping the vreg
numbers to local numbers. Dead vregs cause bad numbering and make
consumers sad.

We could also just look at debug info an use named locals instead, but
vregs have to work properly anyways so there!

Reviewers: binji, sunfish

Subscribers: jfb, llvm-commits, dschuff

Differential Revision: http://reviews.llvm.org/D13839

llvm-svn: 250594
2015-10-17 00:25:38 +00:00
..
call.ll WebAssembly: update syntax 2015-10-16 00:53:49 +00:00
cfg-stackify.ll WebAssembly: fix load/store syntax 2015-10-16 18:24:42 +00:00
comparisons_f32.ll WebAssembly: update syntax 2015-10-16 00:53:49 +00:00
comparisons_f64.ll WebAssembly: update syntax 2015-10-16 00:53:49 +00:00
comparisons_i32.ll WebAssembly: fix the syntax for comparisons 2015-10-17 00:12:29 +00:00
comparisons_i64.ll WebAssembly: fix the syntax for comparisons 2015-10-17 00:12:29 +00:00
conv.ll WebAssembly: update syntax 2015-10-16 00:53:49 +00:00
cpus.ll WebAssembly: print basic integer assembly. 2015-07-31 17:53:38 +00:00
dead-vreg.ll WebAssembly: don't omit dead vregs from locals 2015-10-17 00:25:38 +00:00
f32.ll WebAssembly: update syntax 2015-10-16 00:53:49 +00:00
f64.ll WebAssembly: update syntax 2015-10-16 00:53:49 +00:00
fast-isel.ll [WebAssembly] Switch to a more traditional assembly syntax 2015-10-06 00:27:55 +00:00
func.ll WebAssembly: update syntax 2015-10-16 00:53:49 +00:00
global.ll [WebAssembly] Switch to a more traditional assembly syntax 2015-10-06 00:27:55 +00:00
globl.ll [WebAssembly] Switch to a more traditional assembly syntax 2015-10-06 00:27:55 +00:00
i32.ll WebAssembly: update syntax 2015-10-16 00:53:49 +00:00
i64.ll WebAssembly: update syntax 2015-10-16 00:53:49 +00:00
immediates.ll WebAssembly: update syntax 2015-10-16 00:53:49 +00:00
lit.local.cfg
load-ext.ll WebAssembly: fix load/store syntax 2015-10-16 18:24:42 +00:00
load-store-i1.ll WebAssembly: fix load/store syntax 2015-10-16 18:24:42 +00:00
load.ll WebAssembly: fix load/store syntax 2015-10-16 18:24:42 +00:00
memory-addr32.ll WebAssembly: update syntax 2015-10-16 00:53:49 +00:00
memory-addr64.ll WebAssembly: update syntax 2015-10-16 00:53:49 +00:00
phi.ll WebAssembly: update syntax 2015-10-16 00:53:49 +00:00
return-void.ll [WebAssembly] Switch to a more traditional assembly syntax 2015-10-06 00:27:55 +00:00
store-trunc.ll WebAssembly: fix load/store syntax 2015-10-16 18:24:42 +00:00
store.ll WebAssembly: fix load/store syntax 2015-10-16 18:24:42 +00:00
switch.ll [WebAssembly] Switch to a more traditional assembly syntax 2015-10-06 00:27:55 +00:00
unused-argument.ll WebAssembly: update syntax 2015-10-16 00:53:49 +00:00