blob: 810490b094b86ac01fc69f04b6ffef8e94ad3bbd (
plain)
1
2
3
4
5
6
7
|
//===---------------------------------------------------------------------===//
// 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.
|