[PATCH] D149260: [AArch64] Emit FNMADD instead of FNEG(FMADD)

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 5 06:31:03 PDT 2023


david-arm accepted this revision.
david-arm added a comment.

LGTM. I'm happy with the fix @MattDevereau - by reusing `MUL` you're now correctly adding it to the delete list (`DelInstrs`).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149260



More information about the llvm-commits mailing list