summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/IPConstantProp/thread_local_acs.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/IPConstantProp/thread_local_acs.ll')
-rw-r--r--llvm/test/Transforms/IPConstantProp/thread_local_acs.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/IPConstantProp/thread_local_acs.ll b/llvm/test/Transforms/IPConstantProp/thread_local_acs.ll
index 0595a5ca7f1..6e10d23c145 100644
--- a/llvm/test/Transforms/IPConstantProp/thread_local_acs.ll
+++ b/llvm/test/Transforms/IPConstantProp/thread_local_acs.ll
@@ -1,4 +1,5 @@
; RUN: opt -ipconstprop -S < %s | FileCheck %s
+; RUN: opt -S -passes=attributor -aa-pipeline='basic-aa' -attributor-disable=false -attributor-max-iterations-verify -attributor-max-iterations=1 < %s | FileCheck %s
;
; #include <threads.h>
; thread_local int gtl = 0;
OpenPOWER on IntegriCloud