[PATCH] D46273: [InstCombine, ARM] Convert vld1 to llvm load

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 30 12:59:53 PDT 2018


efriedma added a comment.

Nevermind, you don't need an endianness check, I think; you're not changing the number of elements, so it should have the same semantics. (See also https://llvm.org/docs/BigEndianNEON.html .)


https://reviews.llvm.org/D46273





More information about the llvm-commits mailing list