[PATCH] D158008: [AArch64] Add patterns for FMADD, FMSUB

Dave Green via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 16 13:38:28 PDT 2023


dmgreen added a comment.

It looks like there are patterns for A[0]*B+C and B*A[0]*C to handle commutivity. Are there tests for both forms too?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158008



More information about the cfe-commits mailing list