diff options
author | Steven Perron <stevenperron@google.com> | 2025-06-18 19:30:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-18 19:30:43 -0400 |
commit | 5f69d680e2cc94dcb30a7f29e8144725530a6da4 (patch) | |
tree | 5eb88ff3bac5c7a9991924d2ae30b0d336c06884 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | bb1f5c3189c4d8d30e3b1273e0b774a7ccdbd86a (diff) | |
download | llvm-5f69d680e2cc94dcb30a7f29e8144725530a6da4.zip llvm-5f69d680e2cc94dcb30a7f29e8144725530a6da4.tar.gz llvm-5f69d680e2cc94dcb30a7f29e8144725530a6da4.tar.bz2 |
Revert "[HLSL][SPIRV] Add vk::constant_id attribute." (#144812)
Reverts llvm/llvm-project#143544
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 59f14b3..a5ab9df 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -4850,12 +4850,6 @@ public: llvm::Value *EmitAMDGPUBuiltinExpr(unsigned BuiltinID, const CallExpr *E); llvm::Value *EmitHLSLBuiltinExpr(unsigned BuiltinID, const CallExpr *E, ReturnValueSlot ReturnValue); - - // Returns a builtin function that the SPIR-V backend will expand into a spec - // constant. - llvm::Function * - getSpecConstantFunction(const clang::QualType &SpecConstantType); - llvm::Value *EmitDirectXBuiltinExpr(unsigned BuiltinID, const CallExpr *E); llvm::Value *EmitSPIRVBuiltinExpr(unsigned BuiltinID, const CallExpr *E); llvm::Value *EmitScalarOrConstFoldImmArg(unsigned ICEArguments, unsigned Idx, |