[PATCH] D12093: [NVPTX] Support register copy from i16 to i32 register types

Justin Holewinski via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 9 10:22:26 PST 2016


jholewinski requested changes to this revision.
jholewinski added a comment.
This revision now requires changes to proceed.

This is an issue with LDG handling.  canLowerToLDG() is returning true for an i8 load zero-extended to i32, but SelectLDGLDU cannot handle this case.

I propose we fix SelectLDGLDU() [or the call-site in SelectLoad()] instead of working around this issue.


http://reviews.llvm.org/D12093





More information about the llvm-commits mailing list