Skip to content

LLVM IR (but not backends) should support integer bitwidths > 64 bits #1577

@llvmbot

Description

@llvmbot
Bugzilla Link 1205
Resolution FIXED
Resolved on Feb 22, 2010 12:48
Version 1.0
OS Windows XP
Attachments The c source code.
Reporter LLVM Bugzilla Contributor

Extended Description

The llvm-dis in TOT crashed with an example temp.c, which uses 128-bit unsigned
integers. I used the following command:

llvm-gcc -c -emit-llvm -O0 temp.c -o temp.bc
opt -instcombine temp.bc -o combine.bc
llvm-dis combine.bc -f

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillaenhancementImproving things as opposed to bug fixing, e.g. new or missing featurellvm:core

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions