[PATCH] D58688: AMDGPU: Enable function calls by default
Mark Searles via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 26 16:04:45 PST 2019
msearles accepted this revision.
msearles added a comment.
This revision is now accepted and ready to land.
LGTM; 1 minor nit (typo in comment); no need to re-review
================
Comment at: lib/Target/AMDGPU/AMDGPUTargetMachine.cpp:430
+
+ // Override the default since calls aren't ssupported for r600.
+ if (EnableFunctionCalls &&
----------------
Nit: typo in comment 'ssupported'
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58688/new/
https://reviews.llvm.org/D58688
More information about the llvm-commits
mailing list