[PATCH] D107901: [hwasan] Prevent reordering of tag checks.

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 9 16:05:23 PST 2022


aeubanks added inline comments.


================
Comment at: llvm/test/Instrumentation/HWAddressSanitizer/memaccess-clobber.ll:3
+;
+; RUN: opt < %s -S -enable-new-pm=0 -hwasan -basic-aa -memdep -print-memdeps -analyze -mtriple aarch64-linux-android30 | FileCheck %s
+
----------------
this is the only user of `print-memdeps` which is a legacy PM-specific pass. `-analyze` is also a legacy PM-specific feature.
is there a better way of testing this? memdep is deprecated anyway


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