mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Added some isel ideas.
llvm-svn: 24757
This commit is contained in:
parent
5d90b26707
commit
19550821d1
@ -88,3 +88,17 @@ into:
|
||||
movzbl %dil, %eax
|
||||
xorl $1, %eax
|
||||
ret
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
Some isel ideas:
|
||||
|
||||
1. Dynamic programming based approach when compile time if not an
|
||||
issue.
|
||||
2. Code duplication (addressing mode) during isel.
|
||||
3. Other ideas from "Register-Sensitive Selection, Duplication, and
|
||||
Sequencing of Instructions".
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
Should we promote i16 to i32 to avoid partial register update stalls?
|
||||
|
Loading…
x
Reference in New Issue
Block a user