[PATCH] D97791: [GlobalISel] Handle non-multiples of the base type in narrowScalarInsert
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 2 11:46:55 PST 2021
arsenm added a comment.
I've been thinking we should just stop using G_INSERT/G_EXTRACT for generic legalization. They're weak abstractions over INSERT_SUBREG/EXTRACT_SUBREG, and they probably shouldn't form with illegal types/offsets.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97791/new/
https://reviews.llvm.org/D97791
More information about the llvm-commits
mailing list