[llvm] [DirectX][ShaderFlags] Add analysis for `WaveOps` flag (PR #118140)

Finn Plummer via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 11:59:52 PST 2025


================
@@ -92,6 +115,8 @@ void ModuleShaderFlags::updateFunctionFlags(ComputedShaderFlags &CSF,
 
     // TODO: Set DX11_1_DoubleExtensions if I is a call to DXIL intrinsic
     // DXIL::Opcode::Fma https://github.com/llvm/llvm-project/issues/114554
+
+    CSF.WaveOps |= checkWaveOps(CI->getIntrinsicID());
----------------
inbelic wrote:

Marking as resolved with the different appraoch

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


More information about the llvm-commits mailing list