[PATCH] D68469: [AArch64] Ensure no tagged memory is left in the unallocated portion of the stack

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 10:35:44 PDT 2019


chill updated this revision to Diff 223626.
chill edited the summary of this revision.
chill added a comment.

Updated to not require dominance/post-dominance unconditionally.  Removed dependency on the parent patch and will place untag
operations in front of `resume`, for now.


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

https://reviews.llvm.org/D68469

Files:
  llvm/lib/Target/AArch64/AArch64StackTagging.cpp
  llvm/test/CodeGen/AArch64/stack-tagging-ex-1.ll
  llvm/test/CodeGen/AArch64/stack-tagging-ex-2.ll
  llvm/test/CodeGen/AArch64/stack-tagging-untag-placement.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68469.223626.patch
Type: text/x-patch
Size: 17986 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191007/e6904c5e/attachment.bin>


More information about the llvm-commits mailing list