diff options
author | Wang Pengcheng <wangpengcheng.pp@bytedance.com> | 2024-11-19 13:52:49 +0800 |
---|---|---|
committer | Wang Pengcheng <wangpengcheng.pp@bytedance.com> | 2024-11-19 13:52:49 +0800 |
commit | a2d65ca78e2d80362eb0631715fb95492402495c (patch) | |
tree | da7ed6c8c13166661fe9a917fb9029432f6c417e /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 6721bcfd1b6494e9643a04a13144f282979544ad (diff) | |
download | llvm-users/wangpc-pp/spr/main.mimplid-mimpid.zip llvm-users/wangpc-pp/spr/main.mimplid-mimpid.tar.gz llvm-users/wangpc-pp/spr/main.mimplid-mimpid.tar.bz2 |
[𝘀𝗽𝗿] changes to main this commit is based onusers/wangpc-pp/spr/main.mimplid-mimpid
Created using spr 1.3.6-beta.1
[skip ci]
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index fcc1013..5c4d76c 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -4730,6 +4730,8 @@ public: llvm::Value *EmitRISCVCpuSupports(const CallExpr *E); llvm::Value *EmitRISCVCpuSupports(ArrayRef<StringRef> FeaturesStrs); llvm::Value *EmitRISCVCpuInit(); + llvm::Value *EmitRISCVCpuIs(const CallExpr *E); + llvm::Value *EmitRISCVCpuIs(StringRef CPUStr); void AddAMDGPUFenceAddressSpaceMMRA(llvm::Instruction *Inst, const CallExpr *E); |