diff options
Diffstat (limited to 'llvm/test/Regression/CodeGen/X86/fp_load_cast_fold.llx')
| -rw-r--r-- | llvm/test/Regression/CodeGen/X86/fp_load_cast_fold.llx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/fp_load_cast_fold.llx b/llvm/test/Regression/CodeGen/X86/fp_load_cast_fold.llx deleted file mode 100644 index b1346958ced..00000000000 --- a/llvm/test/Regression/CodeGen/X86/fp_load_cast_fold.llx +++ /dev/null @@ -1,17 +0,0 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep fild | not grep ESP -double %short(short* %P) { - %V = load short* %P - %V2 = cast short %V to double - ret double %V2 -} -double %int(int* %P) { - %V = load int* %P - %V2 = cast int %V to double - ret double %V2 -} -double %long(long* %P) { - %V = load long* %P - %V2 = cast long %V to double - ret double %V2 -} - |

