This patch add patterns optmize
li a0, 5 vmsgt[u].vx v10, v8, a0
to vmsgt[u].vi v10, v8, 5
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential D118014
[RISCV] Add patterns of SET[U]LT_VI for STECC forms ClosedPublic Authored by Chenbing.Zheng on Jan 23 2022, 10:30 PM.
Details Summary This patch add patterns optmize
Diff Detail
Unit TestsFailed Event TimelineHerald added subscribers: VincentWu, luke957, achieveartificialintelligence and 26 others. · View Herald TranscriptJan 23 2022, 10:30 PM Herald added subscribers: llvm-commits, • pcwang-thead, eopXD and 2 others. · View Herald TranscriptJan 23 2022, 10:30 PM This revision is now accepted and ready to land.Jan 23 2022, 10:46 PM This revision was landed with ongoing or failed builds.Jan 24 2022, 12:51 AM Closed by commit rG9aaa74aeeff3: [RISCV] Add patterns of SET[U]LT_VI for STECC forms (authored by Chenbing.Zheng, committed by benshi001). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 402397 llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int-setcc.ll
|