[PATCH] D65319: [ScalarizeMaskedMemIntrin] Bitcast the mask to the scalar domain and use scalar bit tests for the branches.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 15:58:15 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL367489: [ScalarizeMaskedMemIntrin] Bitcast the mask to the scalar domain and use scalar… (authored by ctopper, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D65319?vs=211882&id=212690#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D65319

Files:
  llvm/trunk/lib/CodeGen/ScalarizeMaskedMemIntrin.cpp
  llvm/trunk/test/CodeGen/X86/avx2-masked-gather.ll
  llvm/trunk/test/CodeGen/X86/avx512-masked_memop-16-8.ll
  llvm/trunk/test/CodeGen/X86/masked_gather.ll
  llvm/trunk/test/CodeGen/X86/masked_gather_scatter.ll
  llvm/trunk/test/CodeGen/X86/masked_gather_scatter_widen.ll
  llvm/trunk/test/CodeGen/X86/masked_load.ll
  llvm/trunk/test/CodeGen/X86/masked_store.ll
  llvm/trunk/test/CodeGen/X86/masked_store_trunc.ll
  llvm/trunk/test/CodeGen/X86/masked_store_trunc_ssat.ll
  llvm/trunk/test/CodeGen/X86/masked_store_trunc_usat.ll
  llvm/trunk/test/Transforms/ScalarizeMaskedMemIntrin/X86/expand-masked-gather.ll
  llvm/trunk/test/Transforms/ScalarizeMaskedMemIntrin/X86/expand-masked-load.ll
  llvm/trunk/test/Transforms/ScalarizeMaskedMemIntrin/X86/expand-masked-store.ll





More information about the llvm-commits mailing list