[all-commits] [llvm/llvm-project] be2227: [hwasan][test] Rework memaccess-clobber.ll

aeubanks via All-commits all-commits at lists.llvm.org
Thu Feb 10 09:14:27 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: be2227b6c7aff4851b30e3fb089c4531f6e4677f
      https://github.com/llvm/llvm-project/commit/be2227b6c7aff4851b30e3fb089c4531f6e4677f
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M llvm/test/Instrumentation/HWAddressSanitizer/memaccess-clobber.ll

  Log Message:
  -----------
  [hwasan][test] Rework memaccess-clobber.ll

Previously memaccess-clobber.ll relied on both legacy PM-specific things
like `-analyze` and MemoryDependenceAnalysis, which are both deprecated.

This uses MemorySSA, which is the cool new thing that a bunch of passes
have migrated to.

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




More information about the All-commits mailing list