[PATCH] D59244: [DAG] Move integer setcc %x, %x folding into FoldSetCC

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 04:23:19 PDT 2019


RKSimon created this revision.
RKSimon added reviewers: spatel, efriedma, craig.topper.
Herald added a subscriber: javed.absar.
Herald added a project: LLVM.

First step towards PR40800

I intend to move the float case in a separate future patch

I had to tweak the (overly reduced) thumb2 test

The x86 widening test change is annoying (no longer rematerializable) but we should address this separately.


Repository:
  rL LLVM

https://reviews.llvm.org/D59244

Files:
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/CodeGen/SelectionDAG/TargetLowering.cpp
  test/CodeGen/AArch64/fast-isel-cmp-vec.ll
  test/CodeGen/Thumb2/cross-rc-coalescing-2.ll
  test/CodeGen/X86/widen_compare-1.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59244.190233.patch
Type: text/x-patch
Size: 4488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190312/21798b93/attachment.bin>


More information about the llvm-commits mailing list