[clang] [HLSL] Codegen for `cbuffer` blocks without embedded arrays or structs (PR #119755)
Helena Kotas via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 12 12:26:37 PST 2024
================
@@ -54,69 +54,110 @@ void addDxilValVersion(StringRef ValVersionStr, llvm::Module &M) {
auto *DXILValMD = M.getOrInsertNamedMetadata(DXILValKey);
DXILValMD->addOperand(Val);
}
+
void addDisableOptimizations(llvm::Module &M) {
----------------
hekota wrote:
Intentional white space change to separate the functions.
https://github.com/llvm/llvm-project/pull/119755
More information about the cfe-commits
mailing list