[PATCH] D110834: [PHIElimination] Account for INLINEASM_BR when inserting kills

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 4 11:31:30 PDT 2021


MatzeB accepted this revision.
MatzeB added a comment.
This revision is now accepted and ready to land.

Urgh, just learned that `INLINEASM_BR` was yet another step to turn LLVM machine representation towards an Extended Basic Block model; without that actually being designed/discussed/planned that way. Anyway this LGTM given the current situation.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110834



More information about the llvm-commits mailing list