[all-commits] [llvm/llvm-project] d7d4ed: [AMDGPU] Tweak predicates for image_bvh_intersect_...

Jay Foad via All-commits all-commits at lists.llvm.org
Fri Mar 4 04:05:47 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d7d4ed0847dfb42c3ecfd550875033b1ab0931ef
      https://github.com/llvm/llvm-project/commit/d7d4ed0847dfb42c3ecfd550875033b1ab0931ef
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2022-03-04 (Fri, 04 Mar 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/MIMGInstructions.td

  Log Message:
  -----------
  [AMDGPU] Tweak predicates for image_bvh_intersect_ray instructions

Don't override SubtargetPredicate since that is already set in the
base classes for the appropriate subtarget like MIMG_gfx10. Use
OtherPredicates instead for consistency with the way we handle
features like HasImageInsts and HasExtendedImageInsts. NFC.

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




More information about the All-commits mailing list