[PATCH] D77769: [VE] Support (m)0 and (m)1 operands
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 8 19:01:17 PDT 2020
kaz7 created this revision.
kaz7 added projects: LLVM, VE.
kaz7 added reviewers: simoll, k-ishizaka.
Herald added subscribers: llvm-commits, hiraditya.
kaz7 updated this revision to Diff 256157.
kaz7 added a comment.
kaz7 updated this revision to Diff 256159.
Applied clang-format
kaz7 added a comment.
Add clang-format in PATH.
VE has special operands to represent 0b000...000111...111 (`(m)0`) and
0b111...111000...000 (`(m)1`) bit sequences. This patch supports those
operands not only in machine instructions but also in DAG lowering.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D77769
Files:
llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.cpp
llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.h
llvm/lib/Target/VE/VE.h
llvm/lib/Target/VE/VEAsmPrinter.cpp
llvm/lib/Target/VE/VEFrameLowering.cpp
llvm/lib/Target/VE/VEInstrInfo.td
llvm/test/CodeGen/VE/cast.ll
llvm/test/CodeGen/VE/div.ll
llvm/test/CodeGen/VE/fp_to_int.ll
llvm/test/CodeGen/VE/int_to_fp.ll
llvm/test/CodeGen/VE/rem.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77769.256159.patch
Type: text/x-patch
Size: 32424 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200409/cf6a5b08/attachment.bin>
More information about the llvm-commits
mailing list