mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-12 07:21:56 +00:00
Remove a couple of already-implemented notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76631 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
49419e28fe
commit
58bb61ae94
@ -197,13 +197,6 @@ _bar: addic r3,r3,-1
|
|||||||
|
|
||||||
//===---------------------------------------------------------------------===//
|
//===---------------------------------------------------------------------===//
|
||||||
|
|
||||||
Legalize should lower ctlz like this:
|
|
||||||
ctlz(x) = popcnt((x-1) & ~x)
|
|
||||||
|
|
||||||
on targets that have popcnt but not ctlz. itanium, what else?
|
|
||||||
|
|
||||||
//===---------------------------------------------------------------------===//
|
|
||||||
|
|
||||||
quantum_sigma_x in 462.libquantum contains the following loop:
|
quantum_sigma_x in 462.libquantum contains the following loop:
|
||||||
|
|
||||||
for(i=0; i<reg->size; i++)
|
for(i=0; i<reg->size; i++)
|
||||||
@ -335,11 +328,6 @@ when it is declared U32.
|
|||||||
|
|
||||||
//===---------------------------------------------------------------------===//
|
//===---------------------------------------------------------------------===//
|
||||||
|
|
||||||
Promote for i32 bswap can use i64 bswap + shr. Useful on targets with 64-bit
|
|
||||||
regs and bswap, like itanium.
|
|
||||||
|
|
||||||
//===---------------------------------------------------------------------===//
|
|
||||||
|
|
||||||
LSR should know what GPR types a target has. This code:
|
LSR should know what GPR types a target has. This code:
|
||||||
|
|
||||||
volatile short X, Y; // globals
|
volatile short X, Y; // globals
|
||||||
|
Loading…
x
Reference in New Issue
Block a user