summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimplifyCFG/AArch64/prefer-fma.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/SimplifyCFG/AArch64/prefer-fma.ll')
-rw-r--r--llvm/test/Transforms/SimplifyCFG/AArch64/prefer-fma.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/AArch64/prefer-fma.ll b/llvm/test/Transforms/SimplifyCFG/AArch64/prefer-fma.ll
index cfbe219c4c2..7144da2d4bc 100644
--- a/llvm/test/Transforms/SimplifyCFG/AArch64/prefer-fma.ll
+++ b/llvm/test/Transforms/SimplifyCFG/AArch64/prefer-fma.ll
@@ -29,7 +29,8 @@ if.else: ; preds = %entry
%4 = load double, double* %a, align 8
%mul1 = fmul fast double %1, %4
%sub1 = fsub fast double %mul1, %0
- store double %sub1, double* %y, align 8
+ %gep1 = getelementptr double, double* %y, i32 1
+ store double %sub1, double* %gep1, align 8
br label %if.end
if.end: ; preds = %if.else, %if.then
OpenPOWER on IntegriCloud