We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cebb59 commit dee03caCopy full SHA for dee03ca
clang/lib/CodeGen/CGHLSLRuntime.cpp
@@ -60,8 +60,8 @@ void addDisableOptimizations(llvm::Module &M) {
60
M.addModuleFlag(llvm::Module::ModFlagBehavior::Override, Key, 1);
61
}
62
63
-// Creates the LLVM struct type representing the shape of the constant buffer
64
-// which will be included in the LLVM target type and calculates the memory
+// Creates the LLVM struct type representing the shape of the constant buffer,
+// which will be included in the LLVM target type, and calculates the memory
65
// layout and constant buffer layout offsets of each constant.
66
static void layoutBuffer(CGHLSLRuntime::Buffer &Buf, const DataLayout &DL) {
67
assert(!Buf.Constants.empty() &&
0 commit comments