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 60cf2c5 commit 30308c0Copy full SHA for 30308c0
flang/include/flang/Lower/Support/BoxValue.h
@@ -54,8 +54,8 @@ class AbstractBox {
54
public:
55
AbstractBox() = delete;
56
AbstractBox(mlir::Value addr) : addr{addr} {
57
- assert(isa_passbyref_type(addr.getType()) &&
58
- "box values must be references");
+ //assert(isa_passbyref_type(addr.getType()) &&
+ // "box values must be references");
59
}
60
61
/// An abstract box always contains a memory reference to a value.
0 commit comments