[llvm] [SandboxIR][SandboxVectorizer][NFC] Move Region to SandboxVectorizer. (PR #117237)
Jorge Gorbe Moya via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 13:53:29 PST 2024
================
@@ -107,6 +109,25 @@ class Region {
#endif
};
+/// A pass that runs on a Region.
----------------
slackito wrote:
All the Region-related stuff is currently already in SandboxIR, so "move it into SandboxIR" is just dropping this PR (which is, of course, an option). Or were you talking about something different?
https://github.com/llvm/llvm-project/pull/117237
More information about the llvm-commits
mailing list