[PATCH] D109486: [ARM] Remove some isel patterns that appears to redundant.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 8 23:07:27 PDT 2021


craig.topper created this revision.
craig.topper added a reviewer: efriedma.
Herald added subscribers: hiraditya, kristof.beyls.
craig.topper requested review of this revision.
Herald added a project: LLVM.

These patterns are either identical to the pattern in the
corresponding instruction definition or they have the fadd_mlx
operands commuted relative to the instruction definition. Tablegen
should automatically generate the commuted version.

Also remove DontUseNEONForFP from some FP16 Pat predicates.
Since this does not appear on the predicates for the instruction
definitions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109486

Files:
  llvm/lib/Target/ARM/ARMInstrVFP.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109486.371512.patch
Type: text/x-patch
Size: 4718 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210909/e05a533b/attachment.bin>


More information about the llvm-commits mailing list