[PATCH] D58857: [HWASan] Save + print registers when tag mismatch occurs in AArch64.

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 8 11:16:28 PST 2019


hctim added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/hwasan-check-memaccess.ll:46
 ; CHECK-NEXT: .Ltmp0:
+; CHECK-NEXT: stp x29, x30, [sp, #-16]!
+; CHECK-NEXT: stp x0, x1, [sp, #-16]!
----------------
pcc wrote:
> I think this test case needs to be updated. Same below.
Thanks, done.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D58857





More information about the llvm-commits mailing list