[llvm] [AMDGPU] Add new llvm.amdgcn.wave.shuffle intrinsic (PR #167372)

via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 19 09:29:13 PST 2025


================
@@ -1868,6 +1868,10 @@ class GCNSubtarget final : public AMDGPUGenSubtargetInfo,
   bool requiresWaitsBeforeSystemScopeStores() const {
     return RequiresWaitsBeforeSystemScopeStores;
   }
+
+  bool supportsWaveWideBPermute() const {
+    return ((getGeneration() == AMDGPUSubtarget::GFX12) || isWave32());
----------------
saxlungs wrote:

I think I got them all

https://github.com/llvm/llvm-project/pull/167372


More information about the llvm-commits mailing list