ExpandOpsPass could only be configured via command line flags. Updated
to allowed constructing using the specified Options structure.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
FYI, this code could be automatically generated by TableGen (https://github.com/llvm/llvm-project/issues/57475) by simply removing the let constructor = ...; field assignment in the Passes.td file