clangir icon indicating copy to clipboard operation
clangir copied to clipboard

[ClangIR][CIRGenFunction] implement buildToMemory

Open orion160 opened this issue 8 months ago • 1 comments

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;
}

orion160 avatar Jun 04 '24 17:06 orion160