[PATCH] D85399: [StackSafety] Use `Value::stripPointerCasts` to collect lifetime marker in StackLifetime
    Chuanqi Xu via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Aug 18 04:04:10 PDT 2020
    
    
  
ChuanqiXu added a comment.
In D85399#2223329 <https://reviews.llvm.org/D85399#2223329>, @vitalybuka wrote:
> The test is still could be useful
> Maybe something like this llvm/test/Analysis/StackSafetyAnalysis/lifetime.ll ?
Oh, I find here is `StackLifetimePrinterPass` which I can use for tests. I updated the diff about test case to `lifetime.ll` for now.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85399/new/
https://reviews.llvm.org/D85399
    
    
More information about the llvm-commits
mailing list