[llvm] 8c95f99 - Speculative attempt to stablize a test
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 3 09:47:36 PDT 2021
Author: Philip Reames
Date: 2021-04-03T09:46:02-07:00
New Revision: 8c95f995db2843d8ac579dbe3a5aa2a5aea40cd3
URL: https://github.com/llvm/llvm-project/commit/8c95f995db2843d8ac579dbe3a5aa2a5aea40cd3
DIFF: https://github.com/llvm/llvm-project/commit/8c95f995db2843d8ac579dbe3a5aa2a5aea40cd3.diff
LOG: Speculative attempt to stablize a test
New pass manager and old pass manager appear to differ on whether declarations are included in SCCs. For some reason, which you get appears to depend on build configuration.
Added:
Modified:
llvm/test/Transforms/FunctionAttrs/nofree-attributor.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/FunctionAttrs/nofree-attributor.ll b/llvm/test/Transforms/FunctionAttrs/nofree-attributor.ll
index ce33b4c3738cc..73befa3a0a995 100644
--- a/llvm/test/Transforms/FunctionAttrs/nofree-attributor.ll
+++ b/llvm/test/Transforms/FunctionAttrs/nofree-attributor.ll
@@ -1,4 +1,4 @@
-; RUN: opt -function-attrs --disable-nofree-inference=false -S < %s | FileCheck %s --check-prefix=FNATTR
+; RUN: opt -enable-new-pm=1 -function-attrs --disable-nofree-inference=false -S < %s | FileCheck %s --check-prefix=FNATTR
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
More information about the llvm-commits
mailing list