[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 16:50:18 PDT 2020


nickdesaulniers added a comment.

Ok, everything is green now, kernel boots.  (There's probably more verification I can do, too).

@void would you be opposed to me posting a patch first that preprocessed `llvm/test/CodeGen/X86/callbr-asm-outputs.ll` with `llvm/utils/update_llc_test_checks.py`?

I find updating these tests with lots of checks to be a PITA, and it make it easier to maintain this test in the future and see what changed easier with my change.


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