[PATCH] D45563: [X86][AArch64][NFC] Add tests for masked merge unfolding

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 21 10:57:11 PDT 2018


lebedev.ri updated this revision to Diff 143459.
lebedev.ri added a comment.

Split tests with variable mask and constant mask into separate files, add a bit more tests with different constant mask patterns.


Repository:
  rL LLVM

https://reviews.llvm.org/D45563

Files:
  test/CodeGen/AArch64/unfold-masked-merge-scalar-constmask-innerouter.ll
  test/CodeGen/AArch64/unfold-masked-merge-scalar-constmask-interleavedbits.ll
  test/CodeGen/AArch64/unfold-masked-merge-scalar-constmask-interleavedbytes.ll
  test/CodeGen/AArch64/unfold-masked-merge-scalar-constmask-lowhigh.ll
  test/CodeGen/AArch64/unfold-masked-merge-scalar-variablemask.ll
  test/CodeGen/X86/unfold-masked-merge-scalar-constmask-innerouter.ll
  test/CodeGen/X86/unfold-masked-merge-scalar-constmask-interleavedbits.ll
  test/CodeGen/X86/unfold-masked-merge-scalar-constmask-interleavedbytes.ll
  test/CodeGen/X86/unfold-masked-merge-scalar-constmask-lowhigh.ll
  test/CodeGen/X86/unfold-masked-merge-scalar-variablemask.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45563.143459.patch
Type: text/x-patch
Size: 132338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180421/ffc58885/attachment.bin>


More information about the llvm-commits mailing list