mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
More info about Thumb1 predication support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75220 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
892837abf3
commit
b6264decdb
@ -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
|
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…
Reference in New Issue
Block a user