[llvm] Scalarizer: Replace cl::opts with pass parameters (PR #110645)
Farzon Lotfi via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 1 14:28:27 PDT 2024
================
@@ -12,6 +12,7 @@
//===----------------------------------------------------------------------===//
#include "DirectXTargetMachine.h"
+#include "DXILDataScalarization.h"
----------------
farzonl wrote:
Why did this need to be added? We are only using the legacy pass in this file?
https://github.com/llvm/llvm-project/pull/110645
More information about the llvm-commits
mailing list