[PATCH] D155274: [GIsel][AArch64] extend legalization of G_INSERT_VECTOR_ELT
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 16 23:40:30 PDT 2023
tschuett added a comment.
G_INSERT_VECTOR_ELT is manually handled by the instruction selector:
https://github.com/llvm/llvm-project/blob/feaf70b3cd64d09566ec667ce95340056c358ca2/llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp#L5447
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155274/new/
https://reviews.llvm.org/D155274
More information about the llvm-commits
mailing list