Skip to content
  • Jakob Stoklund Olesen's avatar
    Add 64-bit compare + branch for SPARC v9. · d9bbdfd3
    Jakob Stoklund Olesen authored
    The same compare instruction is used for 32-bit and 64-bit compares. It
    sets two different sets of flags: icc and xcc.
    
    This patch adds a conditional branch instruction using the xcc flags for
    64-bit compares.
    
    llvm-svn: 178621
    d9bbdfd3
Loading