This will allow IntrinsicCall to be moved into lib/Optimizer later.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please move the header in Builer/Runtime so that that all the runtime call generation tools sit in the same folder. Look good otherwise, thanks!
flang/include/flang/Optimizer/Support/IntrinsicsRuntime.h | ||
---|---|---|
21 ↗ | (On Diff #493960) | It would make more sense to me to move this in "include/flang/Optimizer/Builder/Runtime/Intrinsics.h" and to have the function defined by this header be in the fir::runtime namespace. |
Comment Actions
Changes:
- Move new header to flang/include/flang/Optimizer/Builder/Runtime/Intrinsics.h
- Move fucntions to fir::runtime namespace