This patch fixes https://github.com/llvm/llvm-project/issues/64935.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D158654
[SDAG][RISCV] Avoid folding `setcc (xor C1, -1), C2, cond` into `setcc (xor C2, -1), C1, cond` ClosedPublic Authored by dtcxzyw on Aug 23 2023, 11:44 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 23 2023, 12:38 PM This revision was landed with ongoing or failed builds.Aug 23 2023, 1:20 PM Closed by commit rGd6639f83a98f: [SDAG][RISCV] Avoid folding `setcc (xor C1, -1), C2, cond` into `setcc (xor C2… (authored by dtcxzyw). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 552864 llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
llvm/test/CodeGen/RISCV/pr64935.ll
|