[PATCH] D68469: [AArch64] Ensure no tagged memory is left in the unallocated portion of the stack
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 8 16:46:54 PDT 2019
eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.
Everything looks great, thanks!
================
Comment at: llvm/lib/Target/AArch64/AArch64StackTagging.cpp:511
+ llvm_unreachable("Corrupt instruction list");
+ return false;
+}
----------------
Remove this line, it's unreachable.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68469/new/
https://reviews.llvm.org/D68469
More information about the llvm-commits
mailing list