[llvm] [SandboxIR][SandboxVectorizer][NFC] Move Region to SandboxVectorizer. (PR #117237)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 13:32:49 PST 2024
================
@@ -107,6 +109,25 @@ class Region {
#endif
};
+/// A pass that runs on a Region.
----------------
tschuett wrote:
As long as it is not vectorizer specific, I would move it into SandboxIR ( also for modularity).
https://github.com/llvm/llvm-project/pull/117237
More information about the llvm-commits
mailing list