commit | cb1f9a45131950b720155f11fe301b6ca60001d3 | [log] [tgz] |
---|---|---|
author | Maksim Levental <maksim.levental@gmail.com> | Fri Jul 25 06:56:27 2025 -0500 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jul 25 05:00:52 2025 -0700 |
tree | 4a9b2d8b5849e2d92c735c233aa044bd23fc4de9 | |
parent | 4eed1933b5f731abe142f718a9cae3aa3043ef43 [diff] |
[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. GitOrigin-RevId: 8e8f195322a6194fbe410265ac7a7623312310c8
See https://mlir.llvm.org/ for more information.