diff options
author | Henrich Lauko <xlauko@mail.muni.cz> | 2025-01-24 20:28:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-24 20:28:36 +0100 |
commit | 95d993a838863269dc1b90de3808c1e40ac6d5f2 (patch) | |
tree | 17ee71fc46c927ec3bacab7b7b482333d9df6b7c /llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp | |
parent | 3b30f20c60d020e43f5700dae68cf1080158b725 (diff) | |
download | llvm-95d993a838863269dc1b90de3808c1e40ac6d5f2.zip llvm-95d993a838863269dc1b90de3808c1e40ac6d5f2.tar.gz llvm-95d993a838863269dc1b90de3808c1e40ac6d5f2.tar.bz2 |
[MLIR] Fix import of calls with mismatched variadic types (#124286)
Previously, an indirect call was incorrectly generated when
`llvm::CallBase::getCalledFunction` returned null due to a type mismatch
between the call and the function. This patch updates the code to use
`llvm::CallBase::getCalledOperand` instead.
Diffstat (limited to 'llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions