[llvm-branch-commits] [llvm] [CSKY] Don't emit `__multi3` on 32-bit CSKY (PR #69731)

2023-10-20 Thread via llvm-branch-commits
https://github.com/github-actions[bot] locked https://github.com/llvm/llvm-project/pull/69731 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [CSKY] Don't emit `__multi3` on 32-bit CSKY (PR #69731)

2023-10-20 Thread via llvm-branch-commits
https://github.com/github-actions[bot] closed https://github.com/llvm/llvm-project/pull/69731 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [CSKY] Don't emit `__multi3` on 32-bit CSKY (PR #69731)

2023-10-20 Thread via llvm-branch-commits
github-actions[bot] wrote: This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM. https://github.com/llvm/llvm-project/pull/69731 ___ llvm-branch-commits mai

[llvm-branch-commits] [llvm] [CSKY] Don't emit `__multi3` on 32-bit CSKY (PR #69731)

2023-10-20 Thread via llvm-branch-commits
https://github.com/Dirreke created https://github.com/llvm/llvm-project/pull/69731 close #68971 according to #21245 , disable `__multi3` and other buitin functions which are not available in 32-bit target. >From 3bd40891327d072f38c4b0675ef6facac1613470 Mon Sep 17 00:00:00 2001 From: Dirreck