Use SetVector instead of DenseSet to ensure we always generate the same
name for the same function. This issue is found in
https://github.com/llvm/llvm-project/issues/53768.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/TableGen/CodeGenHelpers.h | ||
---|---|---|
117 | Just pass ArrayRef by value (here and other places) |
Comment Actions
LGTM. @Chia-hungDuan I've verified that this fixes the issue. Thanks again for implementing this!
Just pass ArrayRef by value (here and other places)