about summary refs log tree commit diff
path: root/tests/codegen/comparison-operators-2-tuple.rs
AgeCommit message (Expand)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-117/+0
2025-03-06Lower BinOp::Cmp to llvm.{s,u}cmp.* intrinsicsDaniPopes-1/+0
2025-02-17Update some comparison tests now that they pass in LLVM20Scott McMurray-21/+17
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2023-11-25Remove an unneeded helper from the tuple library codeScott McMurray-6/+8
2023-07-27Update the minimum external LLVM to 15Josh Stone-1/+0
2023-02-16Use `partial_cmp` to implement tuple `lt`/`le`/`ge`/`gt`Scott McMurray-2/+5
2023-02-16Add a codegen test for comparisons of 2-tuples of primitivesScott McMurray-0/+118