[PATCH] D26348: Allow convergent attribute for function arguments

Samuel Pitoiset via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 6 12:06:18 PST 2017


hakzsam added a comment.

Hi there,

This patch should also fix https://bugs.freedesktop.org/show_bug.cgi?id=99484 and the minor rendering issue (Dirt Rally) I tried to fix with https://reviews.llvm.org/D30609.

Although my patch works, it's not the correct solution and it's also too agressive. This one definitely makes more sense.


https://reviews.llvm.org/D26348





More information about the llvm-commits mailing list