[PATCH] D81993: [AArch64][GlobalISel] Add post-legalize combine for sext(trunc(sextload)) -> trunc/copy

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 13 20:37:13 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG64eb3a4915f0: [AArch64][GlobalISel] Add post-legalize combine for sext_inreg(trunc(sextload))… (authored by aemerson).

Changed prior to commit:
  https://reviews.llvm.org/D81993?vs=277495&id=277645#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81993

Files:
  llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
  llvm/include/llvm/Target/GlobalISel/Combine.td
  llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
  llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp
  llvm/lib/Target/AArch64/AArch64Combine.td
  llvm/test/CodeGen/AArch64/GlobalISel/combine-sext-trunc-sextload.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81993.277645.patch
Type: text/x-patch
Size: 7767 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200714/66b2d4ff/attachment.bin>


More information about the llvm-commits mailing list