[PATCH] D107901: [hwasan] Prevent reordering of tag checks.
Florian Mayer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 12 10:35:10 PDT 2021
fmayer added a comment.
In D107901#2940403 <https://reviews.llvm.org/D107901#2940403>, @eugenis wrote:
> Is mayStore=1 necessary? It does not make any sense, these instruction do not write to memory.
That also works. I don't think it's necessary to re-run the benchmarks as it's not expected that things are worse like this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107901/new/
https://reviews.llvm.org/D107901
More information about the llvm-commits
mailing list