[all-commits] [llvm/llvm-project] 63fe4c: [SDAG] add check to sext-of-setcc fold to bypass c...

RotateRight via All-commits all-commits at lists.llvm.org
Mon May 31 06:01:22 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 63fe4cb08206fb973761b8e744bdd5d500c25b8b
      https://github.com/llvm/llvm-project/commit/63fe4cb08206fb973761b8e744bdd5d500c25b8b
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-05-31 (Mon, 31 May 2021)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/test/CodeGen/X86/sext-vsetcc.ll

  Log Message:
  -----------
  [SDAG] add check to sext-of-setcc fold to bypass changing a legal op

I accidentaly pushed a draft of D103280 that was discussed
during the review, but it was not supposed to be the final
version.

Rather than revert and recommit, I'm updating the existing
code. This way we have a record of the codegen diff that
would result if we decide to remove this predicate in the
future.




More information about the All-commits mailing list