Similar to the migration of or-folding to FoldOr, there are a few cases
where the fold in IRBuilder::CreateAnd triggered directly. Those have
been updated.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Rebase to re-trigger tests. Looks like there are a couple of additional tests that need updating.
Comment Actions
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 dedicated simplifying folder. If this kind of fold is important, it might be good to switch Polly to use the InstSimplifyFolder.