[all-commits] [llvm/llvm-project] 0f6ed4: [AArch64][GlobalISel] Fix assertion fail in C++ se...

AE via All-commits all-commits at lists.llvm.org
Mon Oct 28 15:45:31 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0f6ed432d58e47e7082bfd44d7b29f3ee54e2642
      https://github.com/llvm/llvm-project/commit/0f6ed432d58e47e7082bfd44d7b29f3ee54e2642
  Author: Amara Emerson <aemerson at apple.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll

  Log Message:
  -----------
  [AArch64][GlobalISel] Fix assertion fail in C++ selection for vector zext of <4 x s8>

We bailed out of dealing with vectors only after the assertion, move it before.

Fixes PR43794




More information about the All-commits mailing list