about summary refs log tree commit diff
path: root/src/test/codegen/binary-search-index-no-bound-check.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-38/+0
2022-09-30Tell LLVM that `partition_point` returns a valid fencepostScott McMurray-0/+20
This was already done for a successful `binary_search`, but this way `partition_point` can get similar optimizations.
2021-10-22Update the minimum external LLVM to 11Josh Stone-1/+0
2021-03-06Add codegen test checking binary_search allows eliding bound checksGiacomo Stevanato-0/+19