Add a version to some FIXMEs that will be resolved in LLVM 20

This commit is contained in:
Trevor Gross 2025-01-24 08:45:56 +00:00 committed by Trevor Gross
parent 64e0a0a68d
commit 4e1b885595

View file

@ -74,7 +74,7 @@ pub fn configure_f16_f128(target: &Target) {
// Selection failure <https://github.com/llvm/llvm-project/issues/50374>
"s390x" => false,
// Infinite recursion <https://github.com/llvm/llvm-project/issues/97981>
// FIXME(llvm): loongarch fixed by <https://github.com/llvm/llvm-project/pull/107791>
// FIXME(llvm20): loongarch fixed by <https://github.com/llvm/llvm-project/pull/107791>
"csky" => false,
"hexagon" => false,
"loongarch64" => false,
@ -91,7 +91,7 @@ pub fn configure_f16_f128(target: &Target) {
"amdgpu" => false,
// Unsupported <https://github.com/llvm/llvm-project/issues/94434>
"arm64ec" => false,
// Selection failure <https://github.com/llvm/llvm-project/issues/96432>
// FIXME(llvm20): fixed by <https://github.com/llvm/llvm-project/pull/117525>
"mips64" | "mips64r6" => false,
// Selection failure <https://github.com/llvm/llvm-project/issues/95471>
"nvptx64" => false,