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 586529b commit a51bfadCopy full SHA for a51bfad
src/engine/internal/llvm/llvmconstantregister.h
@@ -18,6 +18,7 @@ struct LLVMConstantRegister
18
CompilerConstant(type, value),
19
LLVMRegister(type)
20
{
21
+ isRawValue = true; // all constants can be read directly
22
}
23
24
const Value &constValue() const override final { return CompilerConstant::value(); }
0 commit comments