Skip to content
  • Jakob Stoklund Olesen's avatar
    Don't inflate register classes used by inline asm. · 39af582c
    Jakob Stoklund Olesen authored
    The constraints are represented by the register class of the original
    virtual register created for the inline asm. If the register class were
    included in the operand descriptor, we might be able to do this.
    
    For now, just give up on regclass inflation when inline asm is involved.
    
    No test case, this bug hasn't happened yet.
    
    llvm-svn: 134226
    39af582c
Loading