[PATCH] D69628: [Clang] Pragma vectorize_width() implies vectorize(enable), take 3

Sjoerd Meijer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 31 06:16:55 PDT 2019


SjoerdMeijer updated this revision to Diff 227273.
SjoerdMeijer added a comment.

Thanks Michael!

- moved the handling of vectorize.enable to 1 place,
- that should have also sorted the relative ordering, and duplication of the metadata in some cases,
- created a separate file for the new tests, and added some more tests (also making sure there are no duplicates).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69628/new/

https://reviews.llvm.org/D69628

Files:
  clang/lib/CodeGen/CGLoopInfo.cpp
  clang/test/CodeGenCXX/pragma-loop-pr27643.cpp
  clang/test/CodeGenCXX/pragma-loop.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69628.227273.patch
Type: text/x-patch
Size: 6343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191031/bd11b919/attachment-0001.bin>


More information about the cfe-commits mailing list