[PATCH] D111463: [OpenMP] Remove doing assumption propagation in the front end.

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 8 13:32:07 PDT 2021


jhuber6 created this revision.
jhuber6 added a reviewer: jdoerfert.
Herald added subscribers: guansong, yaxunl.
jhuber6 requested review of this revision.
Herald added subscribers: cfe-commits, sstefan1.
Herald added a project: clang.

This patch removes the assumption propagation that was added in D110655 <https://reviews.llvm.org/D110655>
primarily to get assumption informatino on opaque call sites for
optimizations. The analysis done in D111445 <https://reviews.llvm.org/D111445> allows us to do this more
intelligently in the back-end.

Depends on D111445 <https://reviews.llvm.org/D111445>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111463

Files:
  clang/lib/CodeGen/CGCall.cpp
  clang/lib/CodeGen/CGStmt.cpp
  clang/lib/CodeGen/CGVTables.cpp
  clang/lib/CodeGen/CodeGenModule.h
  clang/test/OpenMP/assumes_codegen.cpp
  clang/test/OpenMP/assumes_include_nvptx.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111463.378347.patch
Type: text/x-patch
Size: 11131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211008/077da02d/attachment.bin>


More information about the cfe-commits mailing list