[PATCH] D19884: Fix a bug when hoist spill to a BB with landingpad successor
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Wed May 11 14:24:04 PDT 2016
MatzeB added a comment.
So does the LastInsertPointAnalysis cache depend on the current LiveInterval?
- If so then we should not make it a member of the analysis class and just pass the liveinterval as a parameter in each query.
- If however the cache does depend on the current interval then we miss a cache clear here when we change the current interval.
Repository:
rL LLVM
http://reviews.llvm.org/D19884
More information about the llvm-commits
mailing list