mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-08 12:21:04 +00:00
51549009b4
llvm-svn: 74976
8 lines
438 B
Plaintext
8 lines
438 B
Plaintext
//===---------------------------------------------------------------------===//
|
|
// Random ideas for the ARM backend (Thumb2 specific).
|
|
//===---------------------------------------------------------------------===//
|
|
|
|
* We should model IT instructions explicitly. We should introduce them (even if
|
|
if-converter is not run, the function could still contain movcc's) before
|
|
PEI since passes starting from PEI may require exact code size.
|