[PATCH] D76961: [BranchFolder] don't remove MBB's that have their address taken

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 13:33:50 PDT 2020


nickdesaulniers added a comment.

Just a status update; yesterday I found/observed how the phi nodes get emitted from selectiondag.  This morning I've found a fix for the mangled phi node, but that regresses other phi nodes in the test case.  I think I understand why, and will continue to investigate further, but I'm going for a smoke to contemplate.  I didn't smoke before this bug.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76961





More information about the llvm-commits mailing list