[PATCH] D59454: [WebAssembly] Small improvements in FixIrreducibleControlFlow (NFC)

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 18 18:36:29 PDT 2019


aheejin added a comment.

The version of `BuildMI` I used defaults to add instructions at the end of a basic block, so we don't need to add `BB->end()` every time.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59454/new/

https://reviews.llvm.org/D59454





More information about the llvm-commits mailing list