-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Description
| Bugzilla Link | 42740 |
| Resolution | FIXED |
| Resolved on | Jul 24, 2019 13:04 |
| Version | 9.0 |
| OS | Windows NT |
| Blocks | #41819 |
| CC | @davidbolvansky |
Extended Description
FAIL: LLVM :: Transforms/InstCombine/pow-exp.ll (27424 of 32572)
******************** TEST 'LLVM :: Transforms/InstCombine/pow-exp.ll' FAILED ********************
Script:
: 'RUN: at line 2'; c:\src\llvm_package_900-rc1\build32_stage0\bin\opt.exe < C:\src\llvm_package_900-rc1\llvm\test\Transforms\InstCombine\pow-exp.ll -instcombine -S | c:\src\llvm_package_900-rc1\build32_stage0\bin\filecheck.exe C:\src\llvm_package_900-rc1\llvm\test\Transforms\InstCombine\pow-exp.ll
Exit Code: 1
Command Output (stdout):
$ ":" "RUN: at line 2"
$ "c:\src\llvm_package_900-rc1\build32_stage0\bin\opt.exe" "-instcombine" "-S"
$ "c:\src\llvm_package_900-rc1\build32_stage0\bin\filecheck.exe" "C:\src\llvm_package_900-rc1\llvm\test\Transforms\InstCombine\pow-exp.ll"
command stderr:
C:\src\llvm_package_900-rc1\llvm\test\Transforms\InstCombine\pow-exp.ll:215:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: [[MUL:%.]] = fmul nnan ninf afn double [[E:%.]], 0xBFE0776228967D13
^
:118:28: note: scanning from here
define double @pow_ok_base(double %e) {
^
:119:2: note: possible intended match here
%mul = fmul nnan ninf afn double %e, 0xBFE0776228967D12
^
C:\src\llvm_package_900-rc1\llvm\test\Transforms\InstCombine\pow-exp.ll:225:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: [[MUL:%.]] = fmul fast double [[E:%.]], 0xBFE0776228967D13
^
:124:33: note: scanning from here
define double @pow_ok_base_fast(double %e) {
^
:125:2: note: possible intended match here
%mul = fmul fast double %e, 0xBFE0776228967D12
^
error: command failed with exit status: 1
--