[llvm-bugs] [Bug 42740] New: Transforms/InstCombine/pow-exp.ll fails on the release_90 branch on Windows

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jul 24 08:56:50 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=42740

            Bug ID: 42740
           Summary: Transforms/InstCombine/pow-exp.ll fails on the
                    release_90 branch on Windows
           Product: new-bugs
           Version: 9.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: hans at chromium.org
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org
            Blocks: 42474

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
              ^
<stdin>:118:28: note: scanning from here
define double @pow_ok_base(double %e) {
                           ^
<stdin>: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
              ^
<stdin>:124:33: note: scanning from here
define double @pow_ok_base_fast(double %e) {
                                ^
<stdin>:125:2: note: possible intended match here
 %mul = fmul fast double %e, 0xBFE0776228967D12
 ^

error: command failed with exit status: 1

--

********************


Referenced Bugs:

https://bugs.llvm.org/show_bug.cgi?id=42474
[Bug 42474] [meta] 9.0.0 Release Blockers
-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190724/a285d7c3/attachment.html>


More information about the llvm-bugs mailing list