[llvm-bugs] [Bug 28415] New: optimizer loop removal should issue diagnostics in presence of "#pragma clang loop vectorize"
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jul 4 10:01:34 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28415
Bug ID: 28415
Summary: optimizer loop removal should issue diagnostics in
presence of "#pragma clang loop vectorize"
Product: new-bugs
Version: trunk
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: sean at rogue-research.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
If the optimizer decides to remove a loop that's tagged with "#pragma clang
loop vectorize(enable)", then some kind of diagnostic should be issued, instead
of silence as the case currently.
If/since the pragma is explicitly there, the programmer is obviously
expecting/requiring vectorization, so if that's not performed, she should be
warned.
This is related to PR28374.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160704/418c009c/attachment.html>
More information about the llvm-bugs
mailing list