[all-commits] [llvm/llvm-project] 5aa56b: Revert "Revert "[AArch64][GlobalISel] Add selectio...

AE via All-commits all-commits at lists.llvm.org
Mon Sep 28 13:45:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5aa56b242951ab0f0181386ea58509f19b09206e
      https://github.com/llvm/llvm-project/commit/5aa56b242951ab0f0181386ea58509f19b09206e
  Author: Amara Emerson <amara at apple.com>
  Date:   2020-09-28 (Mon, 28 Sep 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
    M llvm/test/CodeGen/AArch64/GlobalISel/select-insert-vector-elt.mir

  Log Message:
  -----------
  Revert "Revert "[AArch64][GlobalISel] Add selection support for <8 x s16>  G_INSERT_VECTOR_ELT with GPR scalar.""

This isn't a real with the codegen, it's a previously known bug in clang which
causes non-deterministic failures due to garbage bits in undef registers being
used in saturating instructions.

I'm disabling the result checking for the test until this issue is resolved.

This reverts commit 6c8168324b5329c94fe7e8f9a1619802091b9bec.




More information about the All-commits mailing list