[PATCH] D94765: Expand masked mem intrinsics correctly wrt big-endian

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 31 15:12:40 PST 2021


bjope updated this revision to Diff 320380.
bjope added a comment.

Add tests using big endian datalayout.

Also updated test checks in the thumb codegen test cases that is impacted by
this change. Not sure if this patch should be parent or child to D94867 <https://reviews.llvm.org/D94867> (as
both patches need to land at the same time to not break big-endian ARM.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94765/new/

https://reviews.llvm.org/D94765

Files:
  llvm/lib/Transforms/Scalar/ScalarizeMaskedMemIntrin.cpp
  llvm/test/CodeGen/Thumb2/mve-masked-ldst.ll
  llvm/test/CodeGen/Thumb2/mve-masked-load.ll
  llvm/test/CodeGen/Thumb2/mve-masked-store.ll
  llvm/test/Transforms/ScalarizeMaskedMemIntrin/AArch64/expand-masked-load.ll
  llvm/test/Transforms/ScalarizeMaskedMemIntrin/AArch64/expand-masked-store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94765.320380.patch
Type: text/x-patch
Size: 89729 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210131/a7ad1fe2/attachment-0001.bin>


More information about the llvm-commits mailing list