mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-21 03:05:15 +00:00
More info about Thumb1 predication support.
llvm-svn: 75220
This commit is contained in:
parent
74f5327e53
commit
6e276f4376
@ -236,4 +236,5 @@ to avoid extra work when we convert Thumb2 instructions to Thumb1 instructions.
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
We need to make (some of the) Thumb1 instructions predicable. That will allow
|
||||
shrinking of predicated Thumb2 instructions.
|
||||
shrinking of predicated Thumb2 instructions. To allow this, we need to be able
|
||||
to toggle the 's' bit since they do not set CPSR when they are inside IT blocks.
|
||||
|
Loading…
x
Reference in New Issue
Block a user