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

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 25 13:14:24 PDT 2018


tstellar added inline comments.


================
Comment at: lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp:535-537
+  case TargetOpcode::G_FPTOUI:
   case TargetOpcode::G_OR:
     return selectImpl(I, CoverageInfo);
----------------
nhaehnle wrote:
> I assume the intention is to make this the default as soon as it works for all?
Yes, once I have a testing baseline, and it doesn't cause regressions, I will make it default. 


Repository:
  rL LLVM

https://reviews.llvm.org/D45883





More information about the llvm-commits mailing list