[all-commits] [llvm/llvm-project] ef1f7f: Recommit "[AArch64][GlobalISel] Match G_SHUFFLE_VE...

Jessica Paquette via All-commits all-commits at lists.llvm.org
Tue Feb 23 11:55:40 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ef1f7f1d7db1e9bf7e256e208c295b605b014059
      https://github.com/llvm/llvm-project/commit/ef1f7f1d7db1e9bf7e256e208c295b605b014059
  Author: Jessica Paquette <jpaquette at apple.com>
  Date:   2021-02-23 (Tue, 23 Feb 2021)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64Combine.td
    M llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerLowering.cpp
    A llvm/test/CodeGen/AArch64/GlobalISel/postlegalizer-lowering-shuf-to-ins.mir

  Log Message:
  -----------
  Recommit "[AArch64][GlobalISel] Match G_SHUFFLE_VECTOR -> insert elt + extract elt"

Attempted fix for the added test failing.

https://lab.llvm.org/buildbot/#/builders/104/builds/2355/steps/5/logs/stdio

I can't reproduce the failure anywhere, so I'm going to guess that passing a
std::function as MatchInfo is sketchy in this context.

Switch it to a std::tuple and hope for the best.




More information about the All-commits mailing list