llvm-project
fc6024d8 - [TableGen][DecoderEmitter] Shrink lifetime of `Filters` vector (NFC) (#153998)

Commit
128 days ago
[TableGen][DecoderEmitter] Shrink lifetime of `Filters` vector (NFC) (#153998) Only one element of the `Filters` vector (see `BestIndex`) is used outside the method that fills it. Localize the vector to the method, replacing the member variable with the only used element. Part of an effort to simplify DecoderEmitter code.
Author
Parents
Loading