[PATCH] D19291: Split IntrReadArgMem into IntrReadMem and IntrArgMemOnly
Nicolai Hähnle via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 19 16:06:14 PDT 2016
nhaehnle added a comment.
This change should be totally unrelated to IR bitcode. The Intr* properties are only ever seen by TableGen. TableGen maps the Intr* properties to IR attributes in IntrinsicEmitter::EmitAttributes, but that mapping is unaffected by the change at hand. The attribute emission code could be cleaned up as well, but I'd rather do that separately, see also http://reviews.llvm.org/D18714.
http://reviews.llvm.org/D19291
More information about the llvm-commits
mailing list