pre-commit test for https://reviews.llvm.org/D155406
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
add
- loop positive/negative cases
- pcwalton's test cases for multi-bb https://reviews.llvm.org/D140089
- pcwalton's test cases which require Def like concepts to reduce
Comment Actions
Is there a negative test where %dest is written before the memcpy (with some control flow)? Maybe I missed it, but it seems like most of the tests here work on %src.
Comment Actions
Is there a negative test where %dest is written before the memcpy (with some control flow)? Maybe I missed it, but it seems like most of the tests here work on %src.
Thank you for the good catch! I should have added the dest mod before copying for the branch case!