These will be useful for sharing code with intrinsic argument processing
when lowering hlfir transformational intrinsic operations to FIR in
the BufferizeHLFIR pass.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks!
flang/lib/Optimizer/Builder/HLFIRTools.cpp | ||
---|---|---|
794 | You do not need to special case here, this is already done inside builder.createConvert that is called in createStoreWithConvert: https://github.com/llvm/llvm-project/blob/7f0074a64a30c448fec2f36d08dffbe64134e84d/flang/lib/Optimizer/Builder/FIRBuilder.cpp#L366 |
You do not need to special case here, this is already done inside builder.createConvert that is called in createStoreWithConvert: https://github.com/llvm/llvm-project/blob/7f0074a64a30c448fec2f36d08dffbe64134e84d/flang/lib/Optimizer/Builder/FIRBuilder.cpp#L366