[PATCH] D42235: [AArch64] Avoid unnecessary vector byte-swapping in big-endian

Pablo Barrio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 22 04:06:50 PST 2018


pbarrio updated this revision to Diff 130864.
pbarrio added a comment.

Instead of an ugly switch, reuse already-existing functionality in LLVM to do
the conversion of FP vector types into int vector types.


Repository:
  rL LLVM

https://reviews.llvm.org/D42235

Files:
  lib/Target/AArch64/AArch64ISelLowering.cpp
  test/CodeGen/AArch64/arm64-big-endian-bitconverts.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42235.130864.patch
Type: text/x-patch
Size: 11343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180122/8ee2583f/attachment.bin>


More information about the llvm-commits mailing list