[llvm] [LegacyPM][DirectX] Add legacy scalarizer back for use in the DirectX backend (PR #107427)
Farzon Lotfi via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 12 09:17:04 PDT 2024
================
@@ -340,8 +341,33 @@ class ScalarizerVisitor : public InstVisitor<ScalarizerVisitor, bool> {
const unsigned ScalarizeMinBits;
};
+class ScalarizerLegacyPass : public FunctionPass {
----------------
farzonl wrote:
@nikic or @boomanaiden154 would you be willing to approve this PR.
https://github.com/llvm/llvm-project/pull/107427
More information about the llvm-commits
mailing list