diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2019-09-11 14:01:11 +0000 | 
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2019-09-11 14:01:11 +0000 | 
| commit | 9c4047f26724b89f5ae9f5915a044d65afb9477b (patch) | |
| tree | 59bd5fe090e326e19baab15916155ee5f6ebb24e | |
| parent | 1761f6fc42d45c85cf7f784e53c61c84111094b0 (diff) | |
| download | bcm5719-llvm-9c4047f26724b89f5ae9f5915a044d65afb9477b.tar.gz bcm5719-llvm-9c4047f26724b89f5ae9f5915a044d65afb9477b.zip  | |
[ConstProp] move test file from InstSimplify; NFC
These are constant folding tests; there is no code
directly in InstSimplify for this.
llvm-svn: 371619
| -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  | 

