[PATCH] D126005: [GISel] Add identity and fneg combines for G_FMUL
Michael Kitzan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 20 09:41:31 PDT 2022
mkitzan added a comment.
These are combines which seem generally beneficial (not architecture specific) from the closed source backend I work on. They are beneficial for our backend, so we have been upstreaming these combines to improve GISel.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126005/new/
https://reviews.llvm.org/D126005
More information about the llvm-commits
mailing list