Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Paths
| Differential D122702
[RISCV] Add CMIX isel pattern for (xor (and (xor rs1, rs3), rs2), rs3) ClosedPublic Authored by Miss_Grape on Mar 29 2022, 8:22 PM.
Details
Diff Detail
Unit TestsFailed Event TimelineHerald added subscribers: llvm-commits, • pcwang-thead, eopXD and 2 others. · View Herald Transcript Miss_Grape retitled this revision from [RISCV] Add CMIX isel pattern for (xor (and (xor rs1, rs3), rs2), rs3) to [RISCV] Add CMIX isel pattern for (xor (and (xor rs1, rs3), rs2), rs3).Mar 29 2022, 8:23 PM
This revision is now accepted and ready to land.Mar 30 2022, 12:05 AM This revision was landed with ongoing or failed builds.Mar 30 2022, 1:51 AM Closed by commit rG4cb85da81124: [RISCV] Add CMIX isel pattern for (xor (and (xor rs1, rs3), rs2), rs3) (authored by Miss_Grape, committed by benshi001). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 419055 llvm/lib/Target/RISCV/RISCVInstrInfoZb.td
llvm/test/CodeGen/RISCV/rv32zbt.ll
llvm/test/CodeGen/RISCV/rv64zbt.ll
|
This and should be xor?