[PATCH] D49714: AMDGPU/GlobalISel: Implement select for G_EXTRACT

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 25 10:45:32 PDT 2018


arsenm added inline comments.


================
Comment at: lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp:178-179
+      continue;
+    if (TargetRegisterInfo::isPhysicalRegister(MO.getReg()))
+      continue;
+
----------------
Why would this be possible?


Repository:
  rL LLVM

https://reviews.llvm.org/D49714





More information about the llvm-commits mailing list