mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
add a note that Nate mentioned last week
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23898 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1171ff4fd7
commit
ffff6175ef
@ -68,3 +68,8 @@ http://gcc.gnu.org/ml/gcc-patches/2004-09/msg01136.html
|
||||
|
||||
Another useful one would be ~0ULL >> X and ~0ULL << X.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
Should support emission of the bswap instruction, probably by adding a new
|
||||
DAG node for byte swapping. Also useful on PPC which has byte-swapping loads.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user