Implement lowering of the SELECT_CC, SETCC operations. Add branch patterns
for core branch instructions.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D145668
[Xtensa] Implement lowering SELECT_CC, SETCC Needs RevisionPublic Authored by andreisfr on Mar 9 2023, 12:21 AM.
Details Summary Implement lowering of the SELECT_CC, SETCC operations. Add branch patterns
Diff Detail Event Timelineandreisfr added a child revision: D146948: [Xtensa] Support for a variety of additional LLVM IR constructs..Mar 27 2023, 5:24 AM This revision now requires changes to proceed.Aug 18 2023, 6:10 AM
Revision Contents
Diff 508588 llvm/lib/Target/Xtensa/XtensaISelLowering.h
llvm/lib/Target/Xtensa/XtensaISelLowering.cpp
llvm/lib/Target/Xtensa/XtensaInstrInfo.td
llvm/lib/Target/Xtensa/XtensaOperators.td
|
How is this any different from using the generic SELECT_CC?