[llvm] [SandboxIR][SandboxVectorizer][NFC] Move Region to SandboxVectorizer. (PR #117237)

via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 21 13:12:14 PST 2024


================
@@ -107,6 +109,25 @@ class Region {
 #endif
 };
 
+/// A pass that runs on a Region.
----------------
vporpo wrote:

Declaring the `RegionPass` class in `Region.h` is a bit strange. Wouldn't it make more sense to move `Pass.*` to the vectorizer too?

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


More information about the llvm-commits mailing list