[PATCH] D70113: Mark llvm::ConstantExpr::getAsInstruction as const
James Molloy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 12 05:14:36 PST 2019
jmolloy accepted this revision.
jmolloy added a comment.
This revision is now accepted and ready to land.
LGTM, but in which cases are we enforcing const-correctness? const-correctness is not a property LLVM enforces almost anywhere because of its virality.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70113/new/
https://reviews.llvm.org/D70113
More information about the llvm-commits
mailing list