mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30406 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f6bd07c7fe
commit
88640b5ecd
@ -18,6 +18,9 @@ long long test(int X, int Y) { return (long long)X*Y; }
|
|||||||
|
|
||||||
... which should only be one imul instruction.
|
... which should only be one imul instruction.
|
||||||
|
|
||||||
|
This can be done with a custom expander, but it would be nice to move this to
|
||||||
|
generic code.
|
||||||
|
|
||||||
//===---------------------------------------------------------------------===//
|
//===---------------------------------------------------------------------===//
|
||||||
|
|
||||||
This should be one DIV/IDIV instruction, not a libcall:
|
This should be one DIV/IDIV instruction, not a libcall:
|
||||||
|
Loading…
Reference in New Issue
Block a user