[all-commits] [llvm/llvm-project] b62c81: [VectorCombine] add test with non-canonical shuffl...

Miguel Saldivar via All-commits all-commits at lists.llvm.org
Mon Nov 7 09:15:18 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b62c81b836512a5d38717f47d18ef5ddf32c3e2a
      https://github.com/llvm/llvm-project/commit/b62c81b836512a5d38717f47d18ef5ddf32c3e2a
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-11-07 (Mon, 07 Nov 2022)

  Changed paths:
    M llvm/test/Transforms/VectorCombine/X86/load-widening.ll

  Log Message:
  -----------
  [VectorCombine] add test with non-canonical shuffle mask; NFC

D137341


  Commit: de36d39e24249feabe18f845b1868a16b798110a
      https://github.com/llvm/llvm-project/commit/de36d39e24249feabe18f845b1868a16b798110a
  Author: Miguel Saldivar <saldivarcher at gmail.com>
  Date:   2022-11-07 (Mon, 07 Nov 2022)

  Changed paths:
    M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
    A llvm/test/Transforms/InstCombine/pow-to-sqrt.ll

  Log Message:
  -----------
  [InstCombine] Avoid passing pow attributes to sqrt

As described in issue #58475, we could pass the attributes of pow to sqrt and crash.

Differential Revision: https://reviews.llvm.org/D137454


Compare: https://github.com/llvm/llvm-project/compare/ddb68f36ae3a...de36d39e2424


More information about the All-commits mailing list