[all-commits] [llvm/llvm-project] bafab9: [InstCombine] Fix scalable-vector bitwise select m...

Fraser Cormack via All-commits all-commits at lists.llvm.org
Fri May 6 05:12:09 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bafab9c09f68190d1928a341255d50a7732443ab
      https://github.com/llvm/llvm-project/commit/bafab9c09f68190d1928a341255d50a7732443ab
  Author: Fraser Cormack <fraser at codeplay.com>
  Date:   2022-05-06 (Fri, 06 May 2022)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
    M llvm/test/Transforms/InstCombine/logical-select.ll

  Log Message:
  -----------
  [InstCombine] Fix scalable-vector bitwise select matching

D113035 enhanced the matching of bitwise selects from vector types. This
change unfortunately introduced crashes as it tries to cast scalable
vector types to integers.

Reviewed By: spatel

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




More information about the All-commits mailing list