Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions tests/codegen/issues/issue-101082.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
//@ compile-flags: -Copt-level=3
//@ revisions: host x86-64-v3
//@ revisions: host x86-64 x86-64-v3
//@ min-llvm-version: 20

// This particular CPU regressed in #131563
//@[host] ignore-x86_64

// Set the base cpu explicitly, in case the default has been changed.
//@[x86-64] only-x86_64
//@[x86-64] compile-flags: -Ctarget-cpu=x86-64

// FIXME(cuviper) x86-64-v3 in particular regressed in #131563, and the
// workaround at the time still sometimes fails, so ignore it for now.
// - https://github.com/llvm/llvm-project/issues/134513
// - https://github.com/llvm/llvm-project/issues/134735
//@[x86-64-v3] ignore-test
//@[x86-64-v3] only-x86_64
//@[x86-64-v3] compile-flags: -Ctarget-cpu=x86-64-v3

Expand Down
Loading