[PATCH] D48826: [AMDGPU] Add support for TFE/LWE in image intrinsics
Tim Renouf via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 2 06:30:31 PDT 2018
tpr added inline comments.
================
Comment at: lib/Target/AMDGPU/AMDGPU.h:146
+void initializeSIAddIMGInitPass(PassRegistry &);
+extern char &SIAddIMGInitID;;
+
----------------
This accidental double semicolon gave me lots of warnings.
Repository:
rL LLVM
https://reviews.llvm.org/D48826
More information about the llvm-commits
mailing list