aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/ControlFlowUtils.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-11-03 08:41:17 -0800
committerGitHub <noreply@github.com>2025-11-03 08:41:17 -0800
commit2458e15e5c819e90e308b28a8d96f23a3d685af1 (patch)
treee896872488cebd9c8ad816e41cc2ca02edd24a4f /llvm/lib/Transforms/Utils/ControlFlowUtils.cpp
parent96cd0dd335ad8b556235b249d2cdffeaf75892b8 (diff)
downloadllvm-2458e15e5c819e90e308b28a8d96f23a3d685af1.zip
llvm-2458e15e5c819e90e308b28a8d96f23a3d685af1.tar.gz
llvm-2458e15e5c819e90e308b28a8d96f23a3d685af1.tar.bz2
[mlir] Migrate away from a soft-deprecated constructor of APInt (NFC) (#166128)
We have: /// Once all uses of this constructor are migrated to other constructors, /// consider marking this overload ""= delete" to prevent calls from being /// incorrectly bound to the APInt(unsigned, uint64_t, bool) constructor. LLVM_ABI APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]); This patch migrates away from this soft-deprecated constructor.
Diffstat (limited to 'llvm/lib/Transforms/Utils/ControlFlowUtils.cpp')
0 files changed, 0 insertions, 0 deletions