[PATCH] D75120: [ValueLattice] Add new state for undef constants.
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 11 13:02:01 PDT 2020
nikic added inline comments.
================
Comment at: llvm/include/llvm/Analysis/ValueLattice.h:200
+ bool markUndefined() {
+ if (isUndef())
----------------
Nit: Should be `markUndef()` for consistency.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75120/new/
https://reviews.llvm.org/D75120
More information about the llvm-commits
mailing list