[all-commits] [llvm/llvm-project] 0ff1ed: [DAG] SimplifyVBinOp - replace FoldConstantVectorA...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sun Nov 7 04:45:01 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ff1edeeecc818275d685e5c5d7c0db3daa9d70a
      https://github.com/llvm/llvm-project/commit/0ff1edeeecc818275d685e5c5d7c0db3daa9d70a
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-11-07 (Sun, 07 Nov 2021)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

  Log Message:
  -----------
  [DAG] SimplifyVBinOp - replace FoldConstantVectorArithmetic with FoldConstantArithmetic

Currently FoldConstantArithmetic only handles binops, so replacing other uses of FoldConstantVectorArithmetic (in particular for SETCC nodes), still require more work.


  Commit: f7880a78cee0d645c89d004d1672b4e661f5e556
      https://github.com/llvm/llvm-project/commit/f7880a78cee0d645c89d004d1672b4e661f5e556
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-11-07 (Sun, 07 Nov 2021)

  Changed paths:
    M llvm/test/CodeGen/X86/vselect-zero.ll

  Log Message:
  -----------
  [X86] Add AVX512 test coverage to vselect-zero.ll

Noticed on D113212


Compare: https://github.com/llvm/llvm-project/compare/ad523cc398d1...f7880a78cee0


More information about the All-commits mailing list