about summary refs log tree commit diff
path: root/tests/codegen/unchecked_shifts.rs
AgeCommit message (Collapse)AuthorLines
2023-11-13tests: update check for inferred nneg on zextAugie Fackler-2/+2
This was broken by upstream llvm/llvm-project@dc6d0773960c664eee12a1ed871fad5c81a20a12. It's easy enough to use a regex match to support both, so we do that. r? @nikic @rustbot label: +llvm-main
2023-10-13Clean up unchecked_math, separate out unchecked_shiftsltdk-1/+1
2023-07-27Update the minimum external LLVM to 15Josh Stone-1/+0
2023-06-16[libs] Simplify `unchecked_{shl,shr}`Scott McMurray-0/+4
There's no need for the `const_eval_select` dance here. And while I originally wrote the `.try_into().unwrap_unchecked()` implementation here, it's kinda a mess in MIR -- this new one is substantially simpler, as shown by the old one being above the inlining threshold but the new one being below it.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+66