[flang-commits] [flang] [draft][flang] Query backend support for quad-precision compilation decision (PR #182230)
Shunsuke Watanabe via flang-commits
flang-commits at lists.llvm.org
Thu Feb 19 17:46:03 PST 2026
s-watanabe314 wrote:
Thank you for your feedback. `isTypeLegal` has the following description:
`/// Return true if the target has native support for the specified value type.`
I thought that quad-precision would be supported if libcall could be used, even without native support, so I also checked the legalize action. However, `isTypeLegal` returns true even for targets where the legalize action is `LibCall` (aarch64, x86_64), so it might not be necessary. I may be misunderstanding the meaning of "native support."
https://github.com/llvm/llvm-project/pull/182230
More information about the flang-commits
mailing list