[all-commits] [llvm/llvm-project] 4fa63f: [VectorCombine] Fix assert on compare extract index

Austin Kerbow via All-commits all-commits at lists.llvm.org
Fri Feb 28 10:37:27 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4fa63fd4524c9818dab2fc0d3ea3a8d65d3bc22b
      https://github.com/llvm/llvm-project/commit/4fa63fd4524c9818dab2fc0d3ea3a8d65d3bc22b
  Author: Austin Kerbow <Austin.Kerbow at amd.com>
  Date:   2020-02-28 (Fri, 28 Feb 2020)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
    M llvm/test/Transforms/VectorCombine/X86/extract-binop.ll

  Log Message:
  -----------
  [VectorCombine] Fix assert on compare extract index

Extract index could be a differnet integral type.

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




More information about the All-commits mailing list