[PATCH] D45994: AMDGPU/GlobalISel: Enable TableGen'd instruction selector
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 23 16:33:07 PDT 2018
arsenm added inline comments.
================
Comment at: lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp:440
break;
+ case TargetOpcode::G_OR:
+ return selectImpl(I, CoverageInfo);
----------------
Should the default be selectImpl?
Repository:
rL LLVM
https://reviews.llvm.org/D45994
More information about the llvm-commits
mailing list