about summary refs log tree commit diff
path: root/src/test/codegen/repeat-trusted-len.rs
AgeCommit message (Collapse)AuthorLines
2018-03-26Strengthen the repeat-trusted-len testFrancis Gagné-1/+6
Simply checking for the presence of `llvm.memset` is too brittle because this instrinsic can be used for seemingly trivial operations, such as zero-initializing a `RawVec`.
2018-02-04TrustedLen for Repeat / RangeFrom test casesoberien-0/+23