[PATCH] D133318: [Assignment Tracking][21/*] Account for assignment tracking in inliner

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 03:01:47 PDT 2022


Orlando updated this revision to Diff 460340.
Orlando marked 6 inline comments as done.
Orlando added a comment.

+ Address review comments
+ Remove tbaa from tests

Should I move the preservation of use-before-defs to separate patch since it affects dbg.values too?


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

https://reviews.llvm.org/D133318

Files:
  llvm/lib/Transforms/Utils/CloneFunction.cpp
  llvm/lib/Transforms/Utils/InlineFunction.cpp
  llvm/test/DebugInfo/Generic/assignment-tracking/inline/id.ll
  llvm/test/DebugInfo/Generic/assignment-tracking/inline/inline-stores.ll
  llvm/test/DebugInfo/Generic/assignment-tracking/inline/use-before-def.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133318.460340.patch
Type: text/x-patch
Size: 33762 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220915/2cb1a914/attachment.bin>


More information about the llvm-commits mailing list