Add VAND/VOR/VXOE/VEQV/VLDZ/VPCNT/VBRV/VSEQ instrucitons and regression
tests.
Details
Details
- Reviewers
simoll k-ishizaka - Commits
- rG83cb423c6e19: [VE] Add vector logical instructions
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D90141
[VE] Add vector logical instructions ClosedPublic Authored by kaz7 on Oct 26 2020, 3:01 AM.
Details
Summary Add VAND/VOR/VXOE/VEQV/VLDZ/VPCNT/VBRV/VSEQ instrucitons and regression
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 26 2020, 6:50 AM This revision was landed with ongoing or failed builds.Oct 26 2020, 8:29 AM Closed by commit rG83cb423c6e19: [VE] Add vector logical instructions (authored by kaz7). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 300684 llvm/lib/Target/VE/VEInstrVec.td
llvm/test/MC/VE/VAND.s
llvm/test/MC/VE/VBRV.s
llvm/test/MC/VE/VEQV.s
llvm/test/MC/VE/VLDZ.s
llvm/test/MC/VE/VOR.s
llvm/test/MC/VE/VPCNT.s
llvm/test/MC/VE/VSEQ.s
llvm/test/MC/VE/VXOR.s
|