This is follow-up of D150107.
In addition, the function X86::optimizeToFixedRegisterOrShortImmediateForm can be
shared with project bolt and eliminates the code in X86InstrRelaxTables.cpp.
Differential D150949 Authored by skan on May 19 2023, 2:54 AM.
Details Summary This is follow-up of D150107. In addition, the function X86::optimizeToFixedRegisterOrShortImmediateForm can be
Diff Detail
Event TimelineComment Actions This change is straightforward to me. I tend to land it first to avoid more tests for ADD/AND/OR/SUB/XOR/CMP with i8 being added. The update in llvm/test/CodeGen/X86/avxvnni-combine.ll is due to the impact on machine schedule. This revision was landed with ongoing or failed builds. Closed by commit rG5586bc539acb: [X86] Remove patterns for ADD/AND/OR/SUB/XOR/CMP with immediate 8 and optimize… (authored by skan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 523716 |