[PATCH] D80354: [lld][WebAssembly] Do not emit initialization for .bss segments
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 20 20:57:32 PDT 2020
tlively marked an inline comment as done.
tlively added inline comments.
================
Comment at: lld/test/wasm/data-segments.ll:65
+; PASSIVE-NEXT: Body: 41B4D60041004101FE480200044041B4D6004101427FFE0102001A054180084100410DFC08000041900841004114FC08010041B4D6004102FE17020041B4D600417FFE0002001A0BFC0900FC09010B
+
; PASSIVE-NEXT: - Index: 2
----------------
There used to be 3 data.drop (FC09) instructions at the end, but now you can see that there are only two, as expected.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80354/new/
https://reviews.llvm.org/D80354
More information about the llvm-commits
mailing list