[PATCH] D94097: [AArch64] Legalize MVT::i64x8 in DAG isel lowering.
Alexandros Lamprineas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 27 06:39:08 PDT 2021
labrinea updated this revision to Diff 362010.
labrinea added a comment.
Changes in this revision:
- Removed BITCAST and UNDEF from the legal operations on `MVT::i64x8`
- Rectified the derived target hook `getAsmOperandValueType()` to call the parent as a fallback instead of `getValueType()`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94097/new/
https://reviews.llvm.org/D94097
Files:
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.h
llvm/lib/Target/AArch64/AArch64InstrInfo.td
llvm/lib/Target/AArch64/AArch64RegisterInfo.td
llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
llvm/test/CodeGen/AArch64/ls64-inline-asm.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94097.362010.patch
Type: text/x-patch
Size: 19253 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210727/808564b6/attachment.bin>
More information about the llvm-commits
mailing list