[all-commits] [llvm/llvm-project] 6a7b6d: AMDGPU: Don't assert in canInsertSelect

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Jul 28 18:01:25 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6a7b6dd54b207945ba4b3750496036c6280ab522
      https://github.com/llvm/llvm-project/commit/6a7b6dd54b207945ba4b3750496036c6280ab522
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-07-28 (Tue, 28 Jul 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp

  Log Message:
  -----------
  AMDGPU: Don't assert in canInsertSelect

Currently GlobalISel doesn't force all VGPR phi operands to VGPRs, so
this hit a case where it was queried with a VGPR and SGPR. This could
arguably be a verifier error, but it's currently not.




More information about the All-commits mailing list