[PATCH] D29011: [IR] Add Freeze instruction

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 5 22:24:06 PST 2019


craig.topper added a comment.

Does a ConstantExpr freeze really make sense? ConstantExprs are uniqued by the LLVMContext. So every constantexpr that has the same input ends up being the same object. Do we want that behavior do we need each freeze to be distinct?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D29011





More information about the llvm-commits mailing list