clangir
clangir copied to clipboard
[ClangIR][CIRGenFunction] implement buildToMemory
For the moment buildToMemory
is a no-op
mlir::Value CIRGenFunction::buildToMemory(mlir::Value Value, QualType Ty) {
// Bool has a different representation in memory than in registers.
return Value;
}