[all-commits] [llvm/llvm-project] a27406: [X86][SSE] vector-compare-combines.ll - use llvm m...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sat Feb 20 04:18:17 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a274062bd4c9e9eb27c70f58f1938b1ea41798e5
      https://github.com/llvm/llvm-project/commit/a274062bd4c9e9eb27c70f58f1938b1ea41798e5
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-02-20 (Sat, 20 Feb 2021)

  Changed paths:
    M llvm/test/CodeGen/X86/vector-compare-combines.ll

  Log Message:
  -----------
  [X86][SSE] vector-compare-combines.ll - use llvm min/max intrinsics instead of (deprecated) sse intrinsics. NFCI.

These are auto-upgraded to the equivalent llvm variants now.


  Commit: ee0dee7d38474d7e35e5d24722e3b90068dbf8a0
      https://github.com/llvm/llvm-project/commit/ee0dee7d38474d7e35e5d24722e3b90068dbf8a0
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-02-20 (Sat, 20 Feb 2021)

  Changed paths:
    M llvm/test/CodeGen/X86/2007-06-28-X86-64-isel.ll
    M llvm/test/CodeGen/X86/2011-12-06-AVXVectorExtractCombine.ll
    M llvm/test/CodeGen/X86/pr14161.ll

  Log Message:
  -----------
  [X86][SSE] Use llvm min/max intrinsics instead of (deprecated) sse intrinsics. NFCI.

These are auto-upgraded to the equivalent llvm variants now.


Compare: https://github.com/llvm/llvm-project/compare/75e66b88bddf...ee0dee7d3847


More information about the All-commits mailing list