Baseline tests for: https://reviews.llvm.org/D159380
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/Transforms/InstCombine/or-xor-xor.ll | ||
---|---|---|
100 | Can you:
define i1 @foo(%aa, %bb, %cc) { %a = xor i1 %aa, %cc %b = xor i1 %bb, %cc } then swap around order of ops in the xor in some of the tests. Also i1 is a bit of a special case. can you change tests to i8? |
Can you:
then swap around order of ops in the xor in some of the tests.
Also i1 is a bit of a special case. can you change tests to i8?