[PATCH] D133280: [AArch64] Pre-commit test case to show sub-optimal codegen for Github issue #57502

Mingming Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 4 19:34:43 PDT 2022


mingmingl created this revision.
mingmingl added reviewers: dmgreen, fhahn.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
mingmingl requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Pre-commit test cases to show cases when UZP1 (TRUNC, TRUNC) could be
combined into TRUNC (UZP1) (with some proper bit conversions in the middle) to generate more efficient code.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133280

Files:
  llvm/test/CodeGen/AArch64/aarch64-uzp1-combine.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133280.457881.patch
Type: text/x-patch
Size: 11616 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220905/dc910a4f/attachment.bin>


More information about the llvm-commits mailing list