This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] #pragma clang transform
Needs ReviewPublic

Authored by Meinersbur on Oct 17 2019, 12:32 AM.

Details

Summary

Emit LLVM-IR metadata for #pragma clang transform.

For a full description, see D69088.

Event Timeline

Meinersbur created this revision.Oct 17 2019, 12:32 AM
Herald added a project: Restricted Project. · View Herald Transcript
reames resigned from this revision.Oct 28 2019, 10:43 AM
Meinersbur updated this revision to Diff 228305.Nov 7 2019, 1:36 PM
  • Switch to Monorepo
  • Rebase to latest D69091
  • Accommodate revert of r374288 (vectorize_width implies vectorize(enable))
  • Remove handling of OpenMP simd and LoopHints by CGTransform