[PATCH] D24463: AMDGPU: Rename glc operand type
Valery Pykhtin via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 24 03:10:36 PDT 2016
vpykhtin accepted this revision.
vpykhtin added a comment.
Well, I don't mind capitilizing it, it even looks better, please do. From some point it worth to collect the number of ways we workaround tablegen problems. One of it I faced recently is the following construction makes tablegen crash:
class getValue<int a> {
string ret = "";
}
multiclass M <string X = getValue<1>.ret> {
}
getValue as a default initializer for multiclass parameter makes tablegen crash.
https://reviews.llvm.org/D24463
More information about the llvm-commits
mailing list