[llvm] [SPIRV] Fix code quality issues. (PR #152005)
Nathan Gauër via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 5 09:11:12 PDT 2025
================
@@ -73,7 +73,12 @@ class ConvergenceRegion {
Entry(std::move(CR.Entry)), Exits(std::move(CR.Exits)),
Blocks(std::move(CR.Blocks)) {}
+ // Destructor.
+ ~ConvergenceRegion() { releaseMemory(); }
----------------
Keenuts wrote:
Oh ok. I think it causes no 🦾, so we can keep it
https://github.com/llvm/llvm-project/pull/152005
More information about the llvm-commits
mailing list