diff options
author | vporpo <vporpodas@google.com> | 2025-03-21 18:18:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-21 18:18:03 -0700 |
commit | 4adefcfb856aa304b7b0a9de1eec1814f3820e83 (patch) | |
tree | 6d6c715d16ccf1bde1b73cbbd6d11f6665ff62b1 /llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp | |
parent | c0b2c10e9f3a939c227a26aec3ba377f7cc25667 (diff) | |
download | llvm-4adefcfb856aa304b7b0a9de1eec1814f3820e83.zip llvm-4adefcfb856aa304b7b0a9de1eec1814f3820e83.tar.gz llvm-4adefcfb856aa304b7b0a9de1eec1814f3820e83.tar.bz2 |
[Analysis][EphemeralValuesAnalysis][NFCI] Remove EphemeralValuesCache class (#132454)
This is a follow-up to https://github.com/llvm/llvm-project/pull/130210.
The EphemeralValuesAnalysis pass used to return an EphemeralValuesCache
object which used to hold the ephemeral values and used to provide a
lazy collection of the ephemeral values, and an invalidation using the
`clear()` function.
This patch removes the EphemeralValuesCache class completely and instead
returns the SmallVector containing the ephemeral values.
Diffstat (limited to 'llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions