[Mlir-commits] [clang] [llvm] [mlir] [LLVM][TableGen] Change SeachableTableEmitter to use const RecordKeeper (PR #110032)
Matt Arsenault
llvmlistbot at llvm.org
Mon Sep 30 06:18:56 PDT 2024
================
@@ -1556,7 +1557,7 @@ class RecordVal {
bool IsUsed = false;
/// Reference locations to this record value.
- SmallVector<SMRange> ReferenceLocs;
+ mutable SmallVector<SMRange> ReferenceLocs;
----------------
arsenm wrote:
Is this removed in later patches?
https://github.com/llvm/llvm-project/pull/110032
More information about the Mlir-commits
mailing list