[WebAssembly] Simplify regcopy.mir
authorHeejin Ahn <aheejin@gmail.com>
Mon, 15 Jul 2019 22:22:10 +0000 (22:22 +0000)
committerHeejin Ahn <aheejin@gmail.com>
Mon, 15 Jul 2019 22:22:10 +0000 (22:22 +0000)
commit474009eaea76ad18d66bd620a0044afbcf812dd9
tree7c10e63550e57b27c1792bd6daa90fdf0721d2cc
parent292e21d8bce463fb8bb833810f05d4382f61bdd0
[WebAssembly] Simplify regcopy.mir

Summary:
This deletes the ll templates from the functions because they don't need
them (mir files need ll templates only when they have function calls or
BB names that are not numbers).

This also renames the filename to `reg-copy.mir`, because I'm planning
to add some more `reg-*.mir` soon.

Reviewers: tlively

Subscribers: dschuff, sbc100, jgravelle-google, sunfish, llvm-commits

Tags: #llvm

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

llvm-svn: 366140
llvm/test/CodeGen/WebAssembly/reg-copy.mir [moved from llvm/test/CodeGen/WebAssembly/regcopy.mir with 69% similarity]