[PATCH] D77417: [BFI][CGP] Add limited support for detecting missed BFI updates and fix one in CodeGenPrepare.

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 15:20:42 PDT 2020


davidxl added inline comments.


================
Comment at: llvm/lib/CodeGen/CodeGenPrepare.cpp:233
 
+static cl::opt<bool>
+    VerifyBFIUpdates("cgp-verify-bfi-updates", cl::Hidden, cl::init(false),
----------------
is it useful to extend the verification to earlier passes in the future?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77417





More information about the llvm-commits mailing list