[PATCH] D105871: Followup to D99355: implementation of sdag support for vp load/store/gather/scatter.
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 26 06:56:30 PDT 2021
frasercrmck added a comment.
This patch also needs to extend `SelectionDAGBuilder` to custom-build the "mem" nodes from the intrinsics. Otherwise we won't be creating the `SDNode`s correctly, e.g. there'll be an invalid `MachineMemOperand`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105871/new/
https://reviews.llvm.org/D105871
More information about the llvm-commits
mailing list