Skip to content

Commit

Permalink
Restore intrinsics order
Browse files Browse the repository at this point in the history
External intrinsics order is expected to be unchanged to keep SPIR-V
compatibility.
  • Loading branch information
vmustya committed Apr 25, 2022
1 parent 7bcfff9 commit 1e2562d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions GenXIntrinsics/include/llvm/GenXIntrinsics/Intrinsic_definitions.py
Expand Up @@ -1869,16 +1869,6 @@
"attributes" : "NoMem"
},

### ``llvm.genx.slm.init`` : slm_init instruction
### ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
###
### * arg0: slm size, i32 scalar integer type
###
"slm_init" : { "result" : "void",
"arguments" : ["int"],
"attributes" : "None"
},

### ``llvm.genx.lsc.load.*.<return type if not void>.<any type>.<any type>`` : lsc_load instructions
### ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
###
Expand Down Expand Up @@ -5432,4 +5422,14 @@
"arguments" : ["anyint", 1, 1],
"attributes" : "NoMem"
},

### ``llvm.genx.slm.init`` : slm_init instruction
### ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
###
### * arg0: slm size, i32 scalar integer type
###
"slm_init" : { "result" : "void",
"arguments" : ["int"],
"attributes" : "None"
},
}

0 comments on commit 1e2562d

Please sign in to comment.