[all-commits] [llvm/llvm-project] 6b5067: [AMDGPU] Don't assert that image intrinsics are su...

Jay Foad via All-commits all-commits at lists.llvm.org
Sun Apr 16 12:03:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b5067a81a698142c4f5bd9405cede9191901fe2
      https://github.com/llvm/llvm-project/commit/6b5067a81a698142c4f5bd9405cede9191901fe2
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2023-04-16 (Sun, 16 Apr 2023)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.image.gather4.o.dim.ll
    M llvm/test/CodeGen/AMDGPU/fp-min-max-image-atomics.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.o.dim.ll

  Log Message:
  -----------
  [AMDGPU] Don't assert that image intrinsics are supported

Unsupported intrinsics should give a regular "cannot select" error.

Differential Revision: https://reviews.llvm.org/D148147




More information about the All-commits mailing list