[llvm] Scalarizer: Replace cl::opts with pass parameters (PR #110645)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 2 03:43:06 PDT 2024
================
@@ -12,6 +12,7 @@
//===----------------------------------------------------------------------===//
#include "DirectXTargetMachine.h"
+#include "DXILDataScalarization.h"
----------------
arsenm wrote:
Need the pass constructor, transitively included by DirectXPassRegistry.def
https://github.com/llvm/llvm-project/pull/110645
More information about the llvm-commits
mailing list