[PATCH] D17224: AMDGPU: Make i64 loads/stores promote to v2i32

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 16:27:44 PST 2016


arsenm added a comment.

The problem with this is that the promoted node counts as legalized, so the custom lowering for v2i32 is never called for it, so we can't split it up when necessary for private accesses


http://reviews.llvm.org/D17224





More information about the llvm-commits mailing list