aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/merge_store.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/merge_store.ll')
-rw-r--r--test/CodeGen/X86/merge_store.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/merge_store.ll b/test/CodeGen/X86/merge_store.ll
index 940688c..f98963d 100644
--- a/test/CodeGen/X86/merge_store.ll
+++ b/test/CodeGen/X86/merge_store.ll
@@ -1,4 +1,5 @@
; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=x86-64 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=x86-64 -addr-sink-using-gep=1 | FileCheck %s
define void @merge_store(i32* nocapture %a) {
; CHECK-LABEL: merge_store: