Mirror tuning option from old pass manager in new pass manager.
Details
Details
- Reviewers
chandlerc - Commits
- rZORG2cee341e8c6c: [NewPassManager] Add tuning option: SLPVectorization [NFC].
rZORG5f85482dcbdd: [NewPassManager] Add tuning option: SLPVectorization [NFC].
rG2cee341e8c6c: [NewPassManager] Add tuning option: SLPVectorization [NFC].
rG5f85482dcbdd: [NewPassManager] Add tuning option: SLPVectorization [NFC].
rG458c7339e106: [NewPassManager] Add tuning option: SLPVectorization [NFC].
rL360276: [NewPassManager] Add tuning option: SLPVectorization [NFC].
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
Eric was hoping for some API improvements here as we add more tuning options, but I don't think these need to be sequenced.
Comment Actions
@asbirlea, are you sure this was enabled by default before? (cl::init(true))
I've traced regressions in r600 and amdgcn to this patch.
Both can be fixed by changing the default to false.
While those regressions look like backend bugs, the commit message says NFC.