[llvm] [SandboxIR] Functions to find vectorizor-relevant properties (PR #109221)

via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 15:36:54 PDT 2024


================
@@ -4019,6 +4019,42 @@ class Function : public Constant {
 #endif
 };
 
+// Collector for SandboxIR related convenience functions that don't belong in
----------------
vporpo wrote:

Isn't it better to move the SandboxIRUtils into a sperate file perhaps in `SandboxIR/Utils.h` ?

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


More information about the llvm-commits mailing list