[llvm] [SandboxVec] Add BottomUpVec test flag to build regions from metadata. (PR #111904)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 11 12:54:59 PDT 2024


================
@@ -29,10 +29,11 @@ class BottomUpVec final : public FunctionPass {
   void tryVectorize(ArrayRef<Value *> Seeds);
 
   // The PM containing the pipeline of region passes.
-  RegionPassManager RPM;
+  // TODO: Remove maybe_unused once we build regions to run passes on.
+  [[maybe_unused]] RegionPassManager *RPM;
----------------
aeubanks wrote:

can this be a reference?

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


More information about the llvm-commits mailing list