OSDN Git Service

[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)
commit44efaf5ba669c34f5e97bfcd5b5f1b8d0ede40cd
tree698cba063e6b61316696bf47ed76ce6c8e78b356
parent956642c7f949c7cb04e796e41f9d2bdc6b617efc
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366140 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/WebAssembly/reg-copy.mir [moved from test/CodeGen/WebAssembly/regcopy.mir with 69% similarity]