[PATCH] D97077: [SCEV] Pass an explicit context to computeKnownBits

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 19 12:19:07 PST 2021


nikic added a comment.

I don't think this is solving the problem in the right place -- this is a general `computeKnownBits()` issue, not specific to SCEV. See D93974 <https://reviews.llvm.org/D93974> for an alternative approach, and the discussion there regarding how to avoid the ephemeral value issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97077



More information about the llvm-commits mailing list