[PATCH] D91711: SCEV add function to see if SCEVUnknown is null

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 11:26:52 PST 2020


nikic added inline comments.


================
Comment at: llvm/lib/Analysis/ScalarEvolution.cpp:12469
+  });
+}
+
----------------
This method is the same as `checkValidity()`. I can't really comment on whether exposing it publicly makes sense or not.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91711



More information about the llvm-commits mailing list