[all-commits] [llvm/llvm-project] a1fae7: [flang][NFC] move getIntIfConstant into FIROpsSupp...
jeanPerier via All-commits
all-commits at lists.llvm.org
Mon Dec 19 00:49:57 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1fae71f85994858e402a1fc0ed4d68c46b0a57c
https://github.com/llvm/llvm-project/commit/a1fae71f85994858e402a1fc0ed4d68c46b0a57c
Author: Jean Perier <jperier at nvidia.com>
Date: 2022-12-19 (Mon, 19 Dec 2022)
Changed paths:
M flang/include/flang/Optimizer/Builder/FIRBuilder.h
M flang/include/flang/Optimizer/Dialect/FIROpsSupport.h
M flang/lib/Lower/ConvertExprToHLFIR.cpp
M flang/lib/Lower/IntrinsicCall.cpp
M flang/lib/Optimizer/Builder/FIRBuilder.cpp
M flang/lib/Optimizer/Builder/HLFIRTools.cpp
M flang/lib/Optimizer/HLFIR/Transforms/BufferizeHLFIR.cpp
Log Message:
-----------
[flang][NFC] move getIntIfConstant into FIROpsSupport.h
The motivation is to have it accessible in HLFIROps.cpp to
use it in hlfir.set_length builder to build the result length
type as best as possible.
Differential Revision: https://reviews.llvm.org/D140214
More information about the All-commits
mailing list