[clang] [llvm] [HLSL] Adding HLSL `clip` function. (PR #114588)

Finn Plummer via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 7 12:23:51 PST 2024


================
@@ -812,6 +821,34 @@ def SplitDouble :  DXILOp<102, splitDouble> {
   let attributes = [Attributes<DXIL1_0, [ReadNone]>];
 }
 
+def WaveIsFirstLane :  DXILOp<110, waveIsFirstLane> {
----------------
inbelic wrote:

This reordering will be addressed as part of DXIL.td clean-up in #114461.

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


More information about the cfe-commits mailing list