[PATCH] D58954: [WebAssembly] Test changes after disabling MachineBlockPlacement
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 4 22:48:57 PST 2019
aheejin created this revision.
aheejin added a reviewer: kripken.
Herald added subscribers: llvm-commits, sunfish, jgravelle-google, sbc100, dschuff.
Herald added a project: LLVM.
aheejin added a parent revision: D58953: [WebAssembly] Disable MachineBlockPlacement pass.
We disabled MachineBlockPlacement pass in D58953 <https://reviews.llvm.org/D58953>, and this test result
changes a result of it.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D58954
Files:
test/wasm/init-fini.ll
Index: test/wasm/init-fini.ll
===================================================================
--- test/wasm/init-fini.ll
+++ test/wasm/init-fini.ll
@@ -77,7 +77,7 @@
; CHECK-NEXT: Body: 10031004100A100F1012100F10141003100C100F10161001100E0B
; CHECK: - Index: 22
; CHECK-NEXT: Locals:
-; CHECK-NEXT: Body: 024041868080800041004180888080001087808080000D000F0B00000B
+; CHECK-NEXT: Body: 02404186808080004100418088808000108780808000450D0000000B0B
; CHECK-NEXT: - Type: CUSTOM
; CHECK-NEXT: Name: name
; CHECK-NEXT: FunctionNames:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58954.189280.patch
Type: text/x-patch
Size: 655 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190305/0f5dbfff/attachment.bin>
More information about the llvm-commits
mailing list