[PATCH] D84181: [NFC][GVN] Rewrite IsValueFullyAvailableInBlock()

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 20 09:23:37 PDT 2020


xbolva00 added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/GVN.cpp:669
   /// We know the block *is* fully available. This is a fixpoint.
   Avaliable = 1,
   /// We do not know whether the block is fully available or not,
----------------
Available 

(Same typo below)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84181





More information about the llvm-commits mailing list