[llvm-bugs] [Bug 39055] New: [llvm-exegesis] X86\Target.cpp:175 - ConstantInliner assertion

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Sep 23 14:00:28 PDT 2018


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

            Bug ID: 39055
           Summary: [llvm-exegesis] X86\Target.cpp:175 - ConstantInliner
                    assertion
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: llvm-dev at redking.me.uk
                CC: clement.courbet at gmail.com, gchatelet at google.com,
                    llvm-bugs at lists.llvm.org

This assertion (X86\Target.cpp line 175) is firing:

assert(Constant.getBitWidth() % 8 == 0 && "Must be a multiple of 8");

whenever I run llvm-exegesis with a FPU operation:

llvm-exegesis -mode=uops -opcode-name=VADDPSrr  // ASSERTION

I can get it to run with FPU operations that start with a gpr:

llvm-exegesis -mode=uops -opcode-name=CVTSI2SDrr  // OK

-- 
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/20180923/8b455baf/attachment.html>


More information about the llvm-bugs mailing list