[all-commits] [llvm/llvm-project] 6ad91f: [hwasan] Don't require untagged pointer in __hwasa...

Vitaly Buka via All-commits all-commits at lists.llvm.org
Tue Apr 11 11:19:23 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6ad91fcb7a8c867cc6cfd03bdbb6ee6fa6b6af79
      https://github.com/llvm/llvm-project/commit/6ad91fcb7a8c867cc6cfd03bdbb6ee6fa6b6af79
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2023-04-11 (Tue, 11 Apr 2023)

  Changed paths:
    M compiler-rt/lib/hwasan/hwasan.cpp
    M compiler-rt/test/hwasan/TestCases/hwasan-print-shadow.cpp

  Log Message:
  -----------
  [hwasan] Don't require untagged pointer in __hwasan_tag_memory

Use likely have tagged pointer. I see no value making user to untag it.

Reviewed By: fmayer

Differential Revision: https://reviews.llvm.org/D147671




More information about the All-commits mailing list