Skip to content
  • Evan Cheng's avatar
    b8905c4e
    Fix PR3701. 1. X86 target renamed eflags register to flags. This matches what... · b8905c4e
    Evan Cheng authored
    Fix PR3701. 1. X86 target renamed eflags register to flags. This matches what llvm-gcc generates so codegen knows flags register is being clobbered by inline asm. 2. BURR scheduler should also check if inline asm nodes can clobber "live" physical registers. Previously it was only checking target nodes with implicit defs.
    
    llvm-svn: 65996
    b8905c4e
    Fix PR3701. 1. X86 target renamed eflags register to flags. This matches what...
    Evan Cheng authored
    Fix PR3701. 1. X86 target renamed eflags register to flags. This matches what llvm-gcc generates so codegen knows flags register is being clobbered by inline asm. 2. BURR scheduler should also check if inline asm nodes can clobber "live" physical registers. Previously it was only checking target nodes with implicit defs.
    
    llvm-svn: 65996
Loading