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 61bc256 commit 50412c3Copy full SHA for 50412c3
clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
@@ -1499,8 +1499,7 @@ mlir::LogicalResult CIRToLLVMConstantOpLowering::matchAndRewrite(
1499
return mlir::success();
1500
}
1501
1502
-static uint64_t getTypeSize(mlir::Type type,
1503
- mlir::Operation &op) {
+static uint64_t getTypeSize(mlir::Type type, mlir::Operation &op) {
1504
mlir::DataLayout layout(op.getParentOfType<mlir::ModuleOp>());
1505
// For LLVM purposes we treat void as u8.
1506
if (isa<cir::VoidType>(type))
0 commit comments