[llvm-branch-commits] [clang] [llvm] AMDGPU: Add v_permlane16_swap_b32 and v_permlane32_swap_b32 for gfx950 (PR #117260)
Shilei Tian via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Nov 22 11:39:06 PST 2024
================
@@ -1319,6 +1321,10 @@ class GCNSubtarget final : public AMDGPUGenSubtargetInfo,
/// \returns true if the target has instructions with xf32 format support.
bool hasXF32Insts() const { return HasXF32Insts; }
+ bool hasPrngInst() const { return HasPrngInst; }
----------------
shiltian wrote:
This change is unrelated.
https://github.com/llvm/llvm-project/pull/117260
More information about the llvm-branch-commits
mailing list