llvm-mirror/include
Justin Lebar f16a73d9fa Add convergent-removing bits to FunctionAttrs pass.
Summary:
Remove the convergent attribute on any functions which provably do not
contain or invoke any convergent functions.

After this change, we'll be able to modify clang to conservatively add
'convergent' to all functions when compiling CUDA.

Reviewers:  jingyue, joker.eph

Subscribers: llvm-commits, tra, jhen, hfinkel, resistor, chandlerc, arsenm

Differential Revision: http://reviews.llvm.org/D17013

llvm-svn: 260319
2016-02-09 23:03:22 +00:00
..
llvm Add convergent-removing bits to FunctionAttrs pass. 2016-02-09 23:03:22 +00:00
llvm-c Add C binding for AllocaInst::getAllocatedType 2016-02-09 22:50:53 +00:00