[PATCH] D17341: LegalizeDAG: Use correct ptr type when expanding unaligned load/store

Ahmed Bougacha via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 17 11:12:53 PST 2016


ab added a subscriber: ab.
ab added a comment.

If I understand correctly, ExpandUnalignedStore was correct and the changes are NFC, but ExpandUnalignedLoad wasn't, right?

If so, LGTM.

Otherwise I'm not sure I understand why TLI.getPointerTy(DL, AS) isn't sufficient.


http://reviews.llvm.org/D17341





More information about the llvm-commits mailing list