r374288 - Recommit "[Clang] Pragma vectorize_width() implies vectorize(enable)"
Michael Kruse via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 22 14:45:46 PDT 2019
Am Mo., 21. Okt. 2019 um 23:44 Uhr schrieb Jordan Rupprecht
<rupprecht at google.com>:
> At any rate, it sounds like this is not a codegen bug at all, but just an over-eager warning?
That interpretation is different from mine. Codgen emits the following
from vectorize(disable)
!4 = !{!"llvm.loop.vectorize.enable", i1 true}
which is is not what I'd expect.
Michael
More information about the cfe-commits
mailing list