[PATCH] D94593: [SVE] Restrict the usage of REINTERPRET_CAST.
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 13 05:09:36 PST 2021
paulwalker-arm created this revision.
Herald added subscribers: NickHung, psnobl, hiraditya, tschuett.
Herald added a reviewer: efriedma.
paulwalker-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
In order to limit the number of combinations of REINTERPRET_CAST,
whilst at the same time prevent overlap with BITCAST, this patch
establishes the following rules:
1. The operand and result element types must be the same.
2. The operand and/or result type must be an unpacked type.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D94593
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.h
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94593.316371.patch
Type: text/x-patch
Size: 9199 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210113/c40f9903/attachment.bin>
More information about the llvm-commits
mailing list