[PATCH] D75845: [ValueLattice] Add singlecrfromundef lattice value.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 10:46:00 PDT 2020


efriedma added inline comments.


================
Comment at: llvm/include/llvm/Analysis/ValueLattice.h:47
     /// constantexprs can appear here.)
     notconstant,
 
----------------
Sort of a side-question while I'm here, but how are we inferring notconstant?  Is the inference safe in the presence of undef?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75845





More information about the llvm-commits mailing list