[PATCH] D86129: [Attributor] Fucntion seed allow list
Stefan Stipanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 18 01:40:32 PDT 2020
sstefan1 added a comment.
Maybe the commit message could be a bit more descriptive?
Also clang-tidy warnings should be addressed.
================
Comment at: llvm/test/Transforms/Attributor/allow_list.ll:5
+; RUN: opt -S -passes=attributor --attributor-function-seed-allow-list @range_test < %s | FileCheck %s --check-prefixes=CHECK_ENABLED_FUNCTION
+
----------------
Maybe a negative test? Wrong function name and/or empty list?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86129/new/
https://reviews.llvm.org/D86129
More information about the llvm-commits
mailing list