[llvm] [SandboxIR][Region] Auxiliary vector metadata now requires a region (PR #137443)

Jorge Gorbe Moya via llvm-commits llvm-commits at lists.llvm.org
Tue May 27 10:36:02 PDT 2025


================
@@ -115,7 +115,7 @@ class Region {
   Context::CallbackID EraseInstCB;
 
   /// Adds I to the set.
-  void add(Instruction *I);
+  void add(Instruction *I, bool TrackScore = true);
----------------
slackito wrote:

SGTM

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


More information about the llvm-commits mailing list