mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-25 21:46:50 +00:00
Remove outdated README entry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125660 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fd51e95171
commit
eb1dc98aa7
@ -733,18 +733,6 @@ codegen badness or something else (haven't investigated).
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
We miss some instcombines for stuff like this:
|
||||
void bar (void);
|
||||
void foo (unsigned int a) {
|
||||
/* This one is equivalent to a >= (3 << 2). */
|
||||
if ((a >> 2) >= 3)
|
||||
bar ();
|
||||
}
|
||||
|
||||
A few other related ones are in GCC PR14753.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
Divisibility by constant can be simplified (according to GCC PR12849) from
|
||||
being a mulhi to being a mul lo (cheaper). Testcase:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user