[all-commits] [llvm/llvm-project] 87e854: [dfsan] Remove hardcoded shadow width in abilist_a...

George Balatsouras via All-commits all-commits at lists.llvm.org
Wed Mar 3 11:14:33 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 87e854a578531dadebda3c5f2a380426a61f26be
      https://github.com/llvm/llvm-project/commit/87e854a578531dadebda3c5f2a380426a61f26be
  Author: George Balatsouras <gbalats at google.com>
  Date:   2021-03-03 (Wed, 03 Mar 2021)

  Changed paths:
    M llvm/test/Instrumentation/DataFlowSanitizer/abilist_aggregate.ll

  Log Message:
  -----------
  [dfsan] Remove hardcoded shadow width in abilist_aggregate.ll

As a preparation step for fast8 support, we need to update the tests
to pass in both modes. That requires generalizing the shadow width
and remove any hard coded references that assume it's always 2 bytes.

Reviewed By: stephan.yichao.zhao

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




More information about the All-commits mailing list