forked from OSchip/llvm-project
Add nofree attribute to CodeGenOpenCL/convergent.cl test
The revision at https://reviews.llvm.org/rL365336 added inference of the nofree attribute. This revision updates the test to reflect this. Differential Revision: https://reviews.llvm.org/D49165 llvm-svn: 365341
This commit is contained in:
parent
d6fd354f3f
commit
e6ba22542f
|
@ -139,7 +139,7 @@ kernel void assume_convergent_asm()
|
|||
__asm__ volatile("s_barrier");
|
||||
}
|
||||
|
||||
// CHECK: attributes #0 = { noinline norecurse nounwind "
|
||||
// CHECK: attributes #0 = { nofree noinline norecurse nounwind "
|
||||
// CHECK: attributes #1 = { {{[^}]*}}convergent{{[^}]*}} }
|
||||
// CHECK: attributes #2 = { {{[^}]*}}convergent{{[^}]*}} }
|
||||
// CHECK: attributes #3 = { {{[^}]*}}convergent noduplicate{{[^}]*}} }
|
||||
|
|
Loading…
Reference in New Issue