Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D97408
[RISCV] Teach CleanupVSETVLI to remove 'vsetvli zero, zero, vtype' when the vtype matches the previous vsetvli or vsetivli ClosedPublic Authored by craig.topper on Feb 24 2021, 12:00 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: StephenFan, vkmr, luismarques and 23 others. · View Herald TranscriptFeb 24 2021, 12:00 PM This revision is now accepted and ready to land.Feb 24 2021, 11:50 PM This revision was landed with ongoing or failed builds.Feb 25 2021, 7:51 AM Closed by commit rG95c682499528: [RISCV] Teach CleanupVSETVLI to remove 'vsetvli zero, zero, vtype' when the… (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 326391 llvm/lib/Target/RISCV/RISCVCleanupVSETVLI.cpp
llvm/test/CodeGen/RISCV/rvv/extractelt-fp-rv32.ll
llvm/test/CodeGen/RISCV/rvv/extractelt-fp-rv64.ll
llvm/test/CodeGen/RISCV/rvv/extractelt-int-rv32.ll
llvm/test/CodeGen/RISCV/rvv/extractelt-int-rv64.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-extract.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-insert.ll
llvm/test/CodeGen/RISCV/rvv/vreductions-int-rv32.ll
|