about summary refs log tree commit diff
path: root/tests/codegen-llvm/enum
AgeCommit message (Collapse)AuthorLines
2025-09-16Update the minimum external LLVM to 20Josh Stone-2/+0
2025-08-18tests: fix RISC-V failures and adjust transmute-scalar.rs targetCaiweiran-6/+6
Resolve several ./x test failures on RISC-V caused by ABI and codegen differences. Update multiple codegen-llvm tests for compatibility, and explicitly set the target for transmute-scalar.rs to x86_64 to ensure consistent behavior across hosts.
2025-08-06[codegen] assume the tag, not the relative discriminantScott McMurray-42/+55
2025-07-29Adjust enum-discriminant-eq.rs for LLVM 21Nikita Popov-4/+10
The two xors get folded into the select.
2025-07-23No longer need `alloca`s for consuming `Result<!, i32>` and similarScott McMurray-0/+31
In optimized builds GVN gets rid of these already, but in `opt-level=0` we actually make `alloca`s for this, which particularly impacts `?`-style things that use actually-only-one-variant types like this.
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-0/+1603