[PATCH] D12923: Add support for function attribute "notail"

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 16 19:36:06 PDT 2015


vsk added a subscriber: vsk.
vsk added a comment.

Could you add a small test to Bitcode/compatibility.ll in the function attributes section? E.g

  ; CHECK: define void @f.notail() #35
  define void @f.notail() notail {
    ret void
  }
  ; CHECK: attributes #35 = { notail }


http://reviews.llvm.org/D12923





More information about the llvm-commits mailing list