[PATCH] D29837: [LazyMachineBFI] Add testcase
    David Li via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Feb 14 14:13:01 PST 2017
    
    
  
davidxl added inline comments.
================
Comment at: test/CodeGen/AArch64/arm64-opt-remarks-lazy-bfi.ll:2
+; RUN: llc < %s -mtriple=arm64-apple-ios7.0 -pass-remarks-analysis=asm-printer \
+; RUN:     -pass-remarks-with-hotness -debug-only=block-freq -debug-pass=Executions 2>&1 | FileCheck %s \
+; RUN:     -check-prefix=HOTNESS
----------------
Do you need -debug-only=block-freq here? Does it work with release build?
https://reviews.llvm.org/D29837
    
    
More information about the llvm-commits
mailing list