[llvm] [polly] [SCEV] Move NoWrapFlags definition outside SCEV scope, use for SCEVUse. (PR #190199)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 4 05:48:53 PDT 2026


================
@@ -106,6 +167,11 @@ struct SCEVUseT : PointerIntPair<SCEVPtrT, 2> {
 
   /// This method is used for debugging.
   void dump() const;
+
+private:
+  using Base::getInt;
+  using Base::setInt;
+  using Base::setPointer;
----------------
fhahn wrote:

Yep, we have to pull in a few `operator` definitions but not too bad in the latest version, updated, thanks

https://github.com/llvm/llvm-project/pull/190199


More information about the llvm-commits mailing list