[PATCH] D66467: [Codegen] skip debug instr to avoid code change

Chris Ye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 27 18:10:49 PDT 2019


yechunliang added a comment.

@djtodoro thanks for review, followed your comments and guide from https://llvm.org/docs/MIRLangRef.html#id14, I have simplified mir test code by removing all unnecessary code for FileCheck. 
"llc -o - test.mir -mtriple=x86_64-- -run-pass=branch-folder | FileCheck test.mir"

@dstenb thanks for guidelines, I know bugpoint but have not used yet, this should be a useful tool and I'll try it.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66467/new/

https://reviews.llvm.org/D66467





More information about the llvm-commits mailing list