Codegen options are typically unused by modules. Reset some of them to increase sharing between TUs with different flags.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
lgtm. Although I wonder if long term we should add something to the option tablegen file for this case?
Comment Actions
I think a good option would be to have a function that uses the information we already have in TableGen and sets the fields to their default values while respecting any derived values.