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

Austin Kerbow via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 09:48:28 PDT 2019


kerbowa marked an inline comment as done.
kerbowa added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fast-unsafe-fdiv.mir:2
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=gfx900 -run-pass=legalizer -enable-unsafe-fp-math -global-isel-abort=0 -o - %s  | FileCheck -check-prefix=GFX9-UNSAFE %s
+
----------------
arsenm wrote:
> I don’t think this needs -global-isel-abort
The legalization for base types will come in next series of patches. I could just remove it then.


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