Skip to content
  • Evan Cheng's avatar
    Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies... · cd4cdd11
    Evan Cheng authored
    Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies CPSR  when they are outside the IT blocks, or they can predicated when in Thumb2. Move the implicit def of CPSR to an optional def which defaults CPSR. This allows the 's' bit to be toggled dynamically.
    
    A side-effect of this change is asm printer is now using unified assembly. There are some minor clean ups and fixes as well.
    
    llvm-svn: 75359
    cd4cdd11
Loading