summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/Transforms/ConstProp/fma.ll (renamed from llvm/test/Transforms/InstSimplify/fold-builtin-fma.ll)2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstSimplify/fold-builtin-fma.ll b/llvm/test/Transforms/ConstProp/fma.ll
index ff2b6cd52f4..f7d172fc482 100644
--- a/llvm/test/Transforms/InstSimplify/fold-builtin-fma.ll
+++ b/llvm/test/Transforms/ConstProp/fma.ll
@@ -1,5 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt -instsimplify -S < %s | FileCheck %s
+; RUN: opt -constprop -S < %s | FileCheck %s
; Fixes PR20832
; Make sure that we correctly fold a fused multiply-add where operands
OpenPOWER on IntegriCloud