[PATCH] D11861: [IR] Add token types
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 14:34:45 PDT 2015
vsk added a subscriber: vsk.
vsk added a comment.
Hi David,
Could you add a small snippet to test/Bitcode/compatibility.ll?
Something like:
define token @llvm.some.intrinsic() {
; CHECK: define token @llvm.some.intrinsic()
entry:
ret token undef
; CHECK: ret token undef
}
You can find the rationale for this here: http://llvm.org/docs/DeveloperPolicy.html#ir-backwards-compatibility
Otherwise, LGTM.
http://reviews.llvm.org/D11861
More information about the llvm-commits
mailing list