[PATCH] D57978: [CodeGen] Generate follow-up metadata for loops with more than one transformation.

Michael Kruse via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 25 13:39:13 PDT 2019


Meinersbur updated this revision to Diff 192194.
Meinersbur marked 5 inline comments as done.
Meinersbur added a comment.

- Rebase
- Add two test cases for all attributes combined (as inner and outer loop for of an unroll-and-jam)
- Of two nested unroll-and-jams, apply the inner first
- Typos and comment clarification
- Add missing llvm.loop.isvectorized when attributes are split between BeforeJam and AfterJam


Repository:
  rC Clang

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

https://reviews.llvm.org/D57978

Files:
  lib/CodeGen/CGLoopInfo.cpp
  lib/CodeGen/CGLoopInfo.h
  test/CodeGenCXX/pragma-followup_inner.cpp
  test/CodeGenCXX/pragma-followup_outer.cpp
  test/CodeGenCXX/pragma-loop-safety-imperfectly_nested.cpp
  test/CodeGenCXX/pragma-loop-safety-nested.cpp
  test/CodeGenCXX/pragma-loop-safety-outer.cpp
  test/CodeGenCXX/pragma-loop-safety.cpp
  test/CodeGenCXX/pragma-loop.cpp
  test/CodeGenCXX/pragma-unroll-and-jam.cpp
  test/OpenMP/simd_metadata.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57978.192194.patch
Type: text/x-patch
Size: 48516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190325/7f826e43/attachment-0001.bin>


More information about the cfe-commits mailing list