mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 18:31:23 +00:00
clarify this, apparently it is confusing :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131916 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
69c19f7316
commit
32232fc2b5
@ -2353,6 +2353,8 @@ store_bit_field). The rem should be replaced with a multiply and subtract:
|
||||
%3 = sdiv i32 %A, %B
|
||||
%4 = srem i32 %A, %B
|
||||
|
||||
Similarly for udiv/urem.
|
||||
Similarly for udiv/urem. Note that this shouldn't be done on X86 or ARM,
|
||||
which can do this in a single operation (instruction or libcall). It is
|
||||
probably best to do this in the code generator.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
Loading…
Reference in New Issue
Block a user