]> granicus.if.org Git - llvm/commit
Speculative fix for stack-tagging.ll failure.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Wed, 17 Jul 2019 21:27:44 +0000 (21:27 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Wed, 17 Jul 2019 21:27:44 +0000 (21:27 +0000)
commit4cb1be232fc89123071a95cc9cb288344d8c6a92
tree14179a5bde43468b84aa270948488bf0d8bda4e8
parent4cab5d3815df9012807acda128a08d91e5748b3d
Speculative fix for stack-tagging.ll failure.

Depending on the evaluation order of function call arguments,
the current code may insert a use before def.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366375 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64StackTagging.cpp