[PATCH] D119127: Preserve inbounds information of GEP during Argument Promotion Pass across callee and its callers.

Pravin Jagtap via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 8 05:56:38 PST 2022


pravinjagtap updated this revision to Diff 406790.
pravinjagtap added a comment.

Addressed the comments by nikic and fixed the unit tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119127

Files:
  llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
  llvm/test/Transforms/ArgumentPromotion/attrs.ll
  llvm/test/Transforms/ArgumentPromotion/byval-2.ll
  llvm/test/Transforms/ArgumentPromotion/byval.ll
  llvm/test/Transforms/ArgumentPromotion/dbg.ll
  llvm/test/Transforms/ArgumentPromotion/fp80.ll
  llvm/test/Transforms/ArgumentPromotion/pr32917.ll
  llvm/test/Transforms/ArgumentPromotion/preserve-inbounds-info-of-gep.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119127.406790.patch
Type: text/x-patch
Size: 12619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220208/b737de1d/attachment.bin>


More information about the llvm-commits mailing list