diff options
author | Maksim Levental <maksim.levental@gmail.com> | 2025-07-25 06:56:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-25 07:56:27 -0400 |
commit | 8e8f195322a6194fbe410265ac7a7623312310c8 (patch) | |
tree | 8f0781ca92b5490c239843e015a4ffb2288cfabb /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | a850912de18cf5dd5d92837bb159bf227ef830d6 (diff) | |
download | llvm-8e8f195322a6194fbe410265ac7a7623312310c8.zip llvm-8e8f195322a6194fbe410265ac7a7623312310c8.tar.gz llvm-8e8f195322a6194fbe410265ac7a7623312310c8.tar.bz2 |
[mlir][amd] fix LLVM::InsertValueOp::create failure to disambiguate (#150605)
fixes
https://github.com/llvm/llvm-project/pull/149879#issuecomment-3117145615
Note this happens because ADL can't disambiguate between
`mlir::DenseI64ArrayAttr` and `llvm::ArrayRef<int64_t>` **for the value
0** which I guess is equal to nullptr on some (most?) systems.
Note, this only occurs with the value 0.
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions