[all-commits] [llvm/llvm-project] 157f9b: [X86] combineVectorSignBitsTruncation - fix indent...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue Jan 25 03:54:47 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 157f9b68a3722101c3c2e40926dadc4aeb3e4a39
      https://github.com/llvm/llvm-project/commit/157f9b68a3722101c3c2e40926dadc4aeb3e4a39
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-01-25 (Tue, 25 Jan 2022)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  [X86] combineVectorSignBitsTruncation - fix indentation. NFC.


  Commit: 15e2be291f7fc8a694f796dd494e4f14d7f5a982
      https://github.com/llvm/llvm-project/commit/15e2be291f7fc8a694f796dd494e4f14d7f5a982
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-01-25 (Tue, 25 Jan 2022)

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

  Log Message:
  -----------
  [DAG] visitMULHS/MULHU/AND - remove some redundant LHS constant checks

Now that we constant fold and canonicalize constants to the RHS, we don't need to check both LHS and RHS for specific constants


Compare: https://github.com/llvm/llvm-project/compare/d8962b4139a5...15e2be291f7f


More information about the All-commits mailing list