[all-commits] [llvm/llvm-project] e4f19d: GlobalISel: Fix not failing on widening G_INSERT_V...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Jun 16 12:49:32 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e4f19d1dda90e546737e0e7e9beada51fb74b27e
      https://github.com/llvm/llvm-project/commit/e4f19d1dda90e546737e0e7e9beada51fb74b27e
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-06-16 (Tue, 16 Jun 2020)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp

  Log Message:
  -----------
  GlobalISel: Fix not failing on widening G_INSERT_VECTOR_ELT

This doesn't actually handled type idx 0, but was reporting Legalized
on it. No test changes because nothing was trying to use this.




More information about the All-commits mailing list