about summary refs log tree commit diff
path: root/tests/codegen/target-feature-negative-implication.rs
AgeCommit message (Collapse)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-20/+0
2025-06-19unify two -Ctarget-feature parsersRalf Jung-0/+20
This does change the logic a bit: previously, we didn't forward reverse implications of negated features to the backend, instead relying on the backend to handle the implication itself.