[llvm-bugs] [Bug 31132] New: [inline asm] big IMM numbers doesn'nt compile

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Nov 23 02:16:13 PST 2016


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

            Bug ID: 31132
           Summary: [inline asm] big IMM numbers doesn'nt compile
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: ziv.izhar at intel.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

The following code isn't compiling,
4294967289 = 2^32 - 7 therefore should compile.
this happens for a large range of numbers near 2^32.


(run with -fasm-blocks for this syntax)
int main() {
   __asm mov rax, 4294967289
  return 0;
}

-- 
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/20161123/496c21dd/attachment.html>


More information about the llvm-bugs mailing list