[PATCH] D134862: [AMDGPU][GISel] Update `isCanonicalized`

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 29 01:51:54 PDT 2022


foad added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/SIISelLowering.cpp:10202
+    return true;
+  case AMDGPU::G_FNEG:
   case AMDGPU::G_FMINNUM_IEEE:
----------------
It seems wrong for FNEG to fall into the "supportsMinMaxDenormModes" check below.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134862



More information about the llvm-commits mailing list