File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ pub fn configure_f16_f128(target: &Target) {
7474 // Selection failure <https://github.com/llvm/llvm-project/issues/50374>
7575 "s390x" => false ,
7676 // Infinite recursion <https://github.com/llvm/llvm-project/issues/97981>
77- // FIXME(llvm ): loongarch fixed by <https://github.com/llvm/llvm-project/pull/107791>
77+ // FIXME(llvm20 ): loongarch fixed by <https://github.com/llvm/llvm-project/pull/107791>
7878 "csky" => false ,
7979 "hexagon" => false ,
8080 "loongarch64" => false ,
@@ -91,7 +91,7 @@ pub fn configure_f16_f128(target: &Target) {
9191 "amdgpu" => false ,
9292 // Unsupported <https://github.com/llvm/llvm-project/issues/94434>
9393 "arm64ec" => false ,
94- // Selection failure <https://github.com/llvm/llvm-project/issues/96432 >
94+ // FIXME(llvm20): fixed by <https://github.com/llvm/llvm-project/pull/117525 >
9595 "mips64" | "mips64r6" => false ,
9696 // Selection failure <https://github.com/llvm/llvm-project/issues/95471>
9797 "nvptx64" => false ,
You can’t perform that action at this time.
0 commit comments