mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 17:33:24 +00:00
add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24572 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fe14b34d83
commit
865874c88a
@ -12,6 +12,12 @@ long long test(long long X, long long Y) { return X*Y; }
|
||||
by using the EAX result from the mul. We should add a similar node for
|
||||
DIVREM.
|
||||
|
||||
another case is:
|
||||
|
||||
long long test(int X, int Y) { return (long long)X*Y; }
|
||||
|
||||
... which should only be one imul instruction.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
This should be one DIV/IDIV instruction, not a libcall:
|
||||
|
Loading…
Reference in New Issue
Block a user