[PATCH] D123023: [DAG] SimplifySetCC - relax fold (X^C1) == C2 --> X == C1^C2

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 6 01:18:29 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9e97b2a477f3: [DAG] SimplifySetCC - relax fold (X^C1) == C2 --> X == C1^C2 (authored by RKSimon).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123023/new/

https://reviews.llvm.org/D123023

Files:
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/test/CodeGen/Mips/countleading.ll
  llvm/test/CodeGen/Thumb2/thumb2-teq.ll
  llvm/test/CodeGen/X86/peep-test-3.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123023.420732.patch
Type: text/x-patch
Size: 5502 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220406/fc92f9d1/attachment.bin>


More information about the llvm-commits mailing list