[PATCH] D130100: [AArch64] Combine a load into GPR followed by a copy to FPR to a load into FPR directly through MIPeepholeOpt

Mingming Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 00:31:11 PDT 2022


mingmingl updated this revision to Diff 446374.
mingmingl retitled this revision from "[aarch64-mi-peepholeopt] Combine a gpr->fp copy of load gpr into load gp directly." to "[AArch64] Combine a load into GPR followed by a copy to FPR to a load into FPR directly through MIPeepholeOpt".

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130100

Files:
  llvm/lib/Target/AArch64/AArch64MIPeepholeOpt.cpp
  llvm/test/CodeGen/AArch64/arm64-subvector-extend.ll
  llvm/test/CodeGen/AArch64/arm64-vmul.ll
  llvm/test/CodeGen/AArch64/dp1.ll
  llvm/test/CodeGen/AArch64/neon-dotpattern.ll
  llvm/test/CodeGen/AArch64/neon-extadd.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130100.446374.patch
Type: text/x-patch
Size: 34601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220721/6dad33ca/attachment.bin>


More information about the llvm-commits mailing list