[PATCH] GlobalISel: Implement narrowing for G_STORE

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 17:01:45 PST 2017


This implements narrowing of stores in the obvious way, but it looks a
little verbose to me with all of the extra vregs for the constants and
the geps. WDYT?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: gisel-legalize-narrow-store.patch
Type: text/x-patch
Size: 3468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170117/a2598c2c/attachment.bin>


More information about the llvm-commits mailing list