[PATCH] D45883: AMDGPU/GlobalISel: Implement select() for 32-bit G_FPTOUI

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 24 00:46:02 PDT 2018


nhaehnle added a comment.

Looks reasonable.



================
Comment at: lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp:535-537
+  case TargetOpcode::G_FPTOUI:
   case TargetOpcode::G_OR:
     return selectImpl(I, CoverageInfo);
----------------
I assume the intention is to make this the default as soon as it works for all?


Repository:
  rL LLVM

https://reviews.llvm.org/D45883





More information about the llvm-commits mailing list