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

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 20 10:04:48 PDT 2020


lebedev.ri 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,
----------------
xbolva00 wrote:
> Available 
> 
> (Same typo below)
Ugh, thanks!


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