[llvm] [SPIRV] Implement support for SPV_KHR_expect_assume (PR #66217)

Ilia Diachkov via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 17 16:56:51 PDT 2023


================
@@ -54,6 +54,7 @@ def Enqueue : BuiltinGroup;
 def AsyncCopy : BuiltinGroup;
 def VectorLoadStore : BuiltinGroup;
 def LoadStore : BuiltinGroup;
+def ExpectAssume : BuiltinGroup;
----------------
iliya-diyachkov wrote:

I'm not sure where this new ExpectAssume is actually used. If you are going to use ExpectAssume builtin in later version of the patch (or in the next patch), please add it later.

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


More information about the llvm-commits mailing list