VE doesn't have SHL_PARTS/SRA_PARTS/SRL_PARTS instructions, so need
to expand them. Add regression tests too.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D89396
[VE] Change to expand SHL_PARTS/SRA_PARTS/SRL_PARTS ClosedPublic Authored by kaz7 on Oct 14 2020, 8:28 AM.
Details Summary VE doesn't have SHL_PARTS/SRA_PARTS/SRL_PARTS instructions, so need
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 14 2020, 10:36 AM This revision was landed with ongoing or failed builds.Oct 14 2020, 5:04 PM Closed by commit rG8e7b108e80ff: [VE] Change to expand SHL_PARTS/SRA_PARTS/SRL_PARTS (authored by kaz7). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 298155 llvm/lib/Target/VE/VEISelLowering.cpp
llvm/test/CodeGen/VE/shl.ll
llvm/test/CodeGen/VE/shr.ll
|