[PATCH] D73939: [AMDGPU] Fix infinite loop with fma combines

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 12:51:22 PST 2020


arsenm accepted this revision.
arsenm added a comment.

LGTM to unblock this, but we do need to consolidate this logic. Either all of the AMDGPU fneg combines should be moved to generic code, or at least the AMDGPU code should start using isNegatibleForFree


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73939





More information about the llvm-commits mailing list