Similar to D82961.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think this maybe should be a pass option
llvm/lib/Transforms/Scalar/Scalarizer.cpp | ||
---|---|---|
785 | Does this need to worry about scalable vectors? |
Comment Actions
I can make it an option, but since it's not actually currently yet enabled
in default pipelines i'd maybe like to hear from the authors
and/or those who have it enabled in their pipelines.
Makes sense?
llvm/lib/Transforms/Scalar/Scalarizer.cpp | ||
---|---|---|
785 | Likely. I think that worry is pass-wide, |
Does this need to worry about scalable vectors?