[mlir] Add lowering from math::Log1p to LLVM
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I wonder if this is something that should be instead implemented as an "expansion" pass on math dialect, converting it to std.constant, std.addf and math.log that are already handled by further lowerings.
Comment Actions
I haven't seen an answer to this. Is there any reason why we should grow "standard-to-llvm" further instead of having more local conversions?
Comment Actions
I haven't seen an answer to this. Is there any reason why we should grow "standard-to-llvm" further instead of having more local conversions?
+1