mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-01-22 21:16:40 +00:00
Added an idea about any_extend for performance tuning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24763 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -102,3 +102,8 @@ Some isel ideas:
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
Should we promote i16 to i32 to avoid partial register update stalls?
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
Leave any_extend as pseudo instruction and hint to register
|
||||
allocator. Delay codegen until post register allocation.
|
||||
|
||||
Reference in New Issue
Block a user