[PATCH] D14305: [IR] Add a "parameters" abstraction
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 3 15:22:49 PST 2015
reames requested changes to this revision.
reames added a comment.
This revision now requires changes to proceed.
I strongly dislike the use of parameter to refer to anything other than the call arguments. Arguments and Parameters are so strongly associated in the literature that using them for a slightly different purpose would be actively confusing.
Having an abstraction over both makes sense, but this is definitely the wrong name.
http://reviews.llvm.org/D14305
More information about the llvm-commits
mailing list