diff options
| author | Kazu Hirata <kazu@google.com> | 2025-11-03 08:41:17 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-03 08:41:17 -0800 |
| commit | 2458e15e5c819e90e308b28a8d96f23a3d685af1 (patch) | |
| tree | e896872488cebd9c8ad816e41cc2ca02edd24a4f /llvm/lib/Transforms/Utils/ControlFlowUtils.cpp | |
| parent | 96cd0dd335ad8b556235b249d2cdffeaf75892b8 (diff) | |
| download | llvm-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
