[PATCH] D99662: [AArch64] Add Machine InstCombiner patterns for FMUL indexed variant

Andrew Savonichev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 25 04:33:56 PDT 2021


asavonic updated this revision to Diff 381935.
asavonic added a comment.

Used `MRI.constrainRegClass` to fix the issue with FPR128 vs FPR128_lo register class for i16 variants.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99662

Files:
  llvm/include/llvm/CodeGen/MachineCombinerPattern.h
  llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  llvm/test/CodeGen/AArch64/arm64-fma-combines.ll
  llvm/test/CodeGen/AArch64/machine-combiner-fmul-dup.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99662.381935.patch
Type: text/x-patch
Size: 24230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211025/d950b055/attachment.bin>


More information about the llvm-commits mailing list