The FIR builder is a helper class that manages the creation of MLIR operations from the bridge. The focus of the builder is the creation of Operations, Types, etc.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
flang/lib/Lower/FIRBuilder.cpp | ||
---|---|---|
144 | There is a fir::isa_integer in FIRType.h now, I do not think it is up-streamed yet, but maybe it could be upstreamed with this patch if it is easy. I am fine with leaving this for a later upstream otherwise. |
There is a fir::isa_integer in FIRType.h now, I do not think it is up-streamed yet, but maybe it could be upstreamed with this patch if it is easy. I am fine with leaving this for a later upstream otherwise.