[PATCH] D98734: [dfsan] Add -dfsan-fast-8-labels flag
George Balatsouras via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 17 12:18:39 PDT 2021
gbalats marked 2 inline comments as done.
gbalats added inline comments.
================
Comment at: llvm/test/Instrumentation/DataFlowSanitizer/array.ll:9
; RUN: opt < %s -dfsan -dfsan-fast-16-labels=true -dfsan-debug-nonzero-labels -S | FileCheck %s --check-prefixes=CHECK,DEBUG_NONZERO_LABELS
+; RUN: opt < %s -dfsan -dfsan-fast-8-labels=true -S | FileCheck %s --check-prefixes=CHECK,FAST16
+; RUN: opt < %s -dfsan -dfsan-fast-8-labels=true -dfsan-combine-pointer-labels-on-load=false -S | FileCheck %s --check-prefixes=CHECK,NO_COMBINE_LOAD_PTR
----------------
stephan.yichao.zhao wrote:
> renamed to FAST?
Renamed.
================
Comment at: llvm/test/Instrumentation/DataFlowSanitizer/struct.ll:9
; RUN: opt < %s -dfsan -dfsan-fast-16-labels=true -dfsan-debug-nonzero-labels -S | FileCheck %s --check-prefixes=CHECK,DEBUG_NONZERO_LABELS
+; RUN: opt < %s -dfsan -dfsan-fast-8-labels=true -S | FileCheck %s --check-prefixes=CHECK,FAST16
+; RUN: opt < %s -dfsan -dfsan-fast-8-labels=true -dfsan-combine-pointer-labels-on-load=false -S | FileCheck %s --check-prefixes=CHECK,NO_COMBINE_LOAD_PTR
----------------
stephan.yichao.zhao wrote:
> FAST16->FAST?
Renamed them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98734/new/
https://reviews.llvm.org/D98734
More information about the llvm-commits
mailing list