about summary refs log tree commit diff
path: root/tests/codegen/checked_math.rs
AgeCommit message (Expand)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-100/+0
2025-02-11tests/codegen: use -Copt-level=3 instead of -OJubilee Young-1/+1
2024-11-17Likely unlikely fixJiri Bobek-1/+1
2024-10-23Set `signext` or `zeroext` for integer arguments on RISC-VAsuna-6/+6
2024-06-23Also get `add nuw` from `uN::checked_add`Scott McMurray-0/+14
2024-04-18Make `checked` ops emit *unchecked* LLVM operations where feasibleScott McMurray-0/+86