This revision was automatically updated to reflect the committed changes.
Closed by commit rG782c0dd1a1c2: [IRBuilder] Migrate and-folding to value-based
FoldAnd. (authored by fhahn).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117431/new/
https:/
fhahn updated this revision to Diff 401253.
fhahn added a comment.
rebase to trigger new run of precommit tests
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117431/new/
https://reviews.llvm.org/D117431
Files:
clang/test/CodeGen/catch-nullptr-an
fhahn updated this revision to Diff 400583.
fhahn added a subscriber: Meinersbur.
fhahn added a comment.
Herald added a reviewer: bollu.
Fix failing polly tests.
@Meinersbur looks like some Polly tests were relying on the IRBuilder folding
`and i1 %X, true`. This patch moves the logic to a dedic
fhahn updated this revision to Diff 400531.
fhahn added a comment.
Rebase to re-trigger tests. Looks like there are a couple of additional tests
that need updating.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117431/new/
https://reviews.llvm.org
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117431/new/
https://reviews.llvm.org/D117431
___
c
fhahn created this revision.
fhahn added reviewers: reames, nikic, lebedev.ri, nhaehnle.
Herald added a subscriber: dexonsmith.
fhahn requested review of this revision.
Herald added projects: clang, LLVM.
Herald added a subscriber: cfe-commits.
Similar to the migration of or-folding to FoldOr, the