[PATCH] D109357: [GlobalISel] Add a combine for and(load , mask) -> zextload

Konstantin Schwarz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 16 01:43:37 PDT 2021


This revision was automatically updated to reflect the committed changes.
kschwarz marked an inline comment as done.
Closed by commit rGd2e66d7fa46b: [GlobalISel] Add a combine for and(load , mask) -> zextload (authored by kschwarz).

Changed prior to commit:
  https://reviews.llvm.org/D109357?vs=371529&id=372881#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109357

Files:
  llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
  llvm/include/llvm/Target/GlobalISel/Combine.td
  llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/prelegalizer-combiner-load-and-mask.mir
  llvm/test/CodeGen/AMDGPU/GlobalISel/cvt_f32_ubyte.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/load-constant.96.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/load-local.128.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/load-local.96.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/load-unaligned.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/postlegalizercombiner-and.mir
  llvm/test/CodeGen/AMDGPU/GlobalISel/postlegalizercombiner-load-and-mask.mir
  llvm/test/CodeGen/AMDGPU/ctlz.ll
  llvm/test/CodeGen/AMDGPU/ctlz_zero_undef.ll
  llvm/test/CodeGen/AMDGPU/cttz_zero_undef.ll
  llvm/test/CodeGen/AMDGPU/ds-alignment.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109357.372881.patch
Type: text/x-patch
Size: 101103 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210916/a59db9f1/attachment-0001.bin>


More information about the llvm-commits mailing list