[PATCH] D80944: Add begin source location for the attributed statement created from PragmaLoopHint decorated loop
Yuanfang Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 16 15:23:59 PDT 2020
ychen added a comment.
In D80944#2095564 <https://reviews.llvm.org/D80944#2095564>, @erichkeane wrote:
> Note that this causes a regression (reported here) https://bugs.llvm.org/show_bug.cgi?id=46336
>
> The assert added here breaks in the case where a pragma loop attribute is combined with a C++ attribute.
Resolved with
4676cf444ea2678660ee48279be99efde4bf60e9 <https://reviews.llvm.org/rG4676cf444ea2678660ee48279be99efde4bf60e9>
8c6c606cdc72c3ddd55f382d91ef1afc3cb9f2a8 <https://reviews.llvm.org/rG8c6c606cdc72c3ddd55f382d91ef1afc3cb9f2a8>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80944/new/
https://reviews.llvm.org/D80944
More information about the cfe-commits
mailing list