| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Prep work for upcoming patch D64275.
llvm-svn: 365828
|
|
|
|
|
|
| |
Prep work for upcoming patch D64275.
llvm-svn: 365729
|
|
|
|
|
|
| |
regress to in D62818
llvm-svn: 365056
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use both one bit and signbit shifting to check for one bit merge.
Reviewers: lebedev.ri, spatel, efriedma, craig.topper
Reviewed By: lebedev.ri
Subscribers: llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D63903
llvm-svn: 364857
|
|
|
|
| |
llvm-svn: 364546
|
|
|
|
|
|
|
|
| |
The reversion apparently deleted the test/Transforms directory.
Will be re-reverting again.
llvm-svn: 358552
|
|
|
|
|
|
|
|
| |
As it's causing some bot failures (and per request from kbarton).
This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda.
llvm-svn: 358546
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
== (K1 | K2) if K1 and K2 are a 1-bit mask
Summary: This is the demorganed version of the case we already handle for the OR of iszero.
Reviewers: spatel
Reviewed By: spatel
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D34244
llvm-svn: 305548
|
|
|
|
| |
llvm-svn: 305492
|
|
|
|
|
|
|
|
|
|
|
|
| |
(K1 | K2) when the one of the Ands is commuted relative to the other
Currently we expect A to be on the same side in both Ands but nothing guarantees that.
While there also switch to using matchers for some of the code.
Differential Revision: https://reviews.llvm.org/D34230
llvm-svn: 305487
|
|
|
|
|
|
| |
commuted IR. NFC
llvm-svn: 305438
|
|
|
|
|
|
| |
the real thing.
llvm-svn: 199604
|
|
that K1 and K2 are 'one-hot' (only one bit is on).
llvm-svn: 194525
|