[PATCH] D69231: AMDGPU/GlobalISel: Legalize fast unsafe FDIV

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 12:03:52 PDT 2019


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

LGTM with minor fix



================
Comment at: llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp:1830
+
+  return true;
+}
----------------
This should return false as it's unhandled


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69231





More information about the llvm-commits mailing list