[Mlir-commits] [mlir] [MLIR] Fix array-vs-singleton pattern flagged by Coverity in generated code (PR #215217)

Mehdi Amini llvmlistbot at llvm.org
Tue Aug 18 05:00:39 PDT 2026


joker-eph wrote:

Here Coverity seems unhappy that we're taking an ArrayRef with 1 elements out of a pointer to a singleton? 
I'm surprised about the complaint though: seems like something we'd do often with ArrayRef?

https://github.com/llvm/llvm-project/pull/215217


More information about the Mlir-commits mailing list