[PATCH] D70113: Mark llvm::ConstantExpr::getAsInstruction as const

Alex Denisov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 13 01:28:05 PST 2019


AlexDenisov added a comment.

Thanks for the heads up @jmolloy. Unfortunately, I learned the hard way that const qualified objects in LLVM are not necessarily constant and should not be considered as such.


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