[all-commits] [llvm/llvm-project] ecaaeb: X86: Correct IR type used for sincos_stret return ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Nov 3 14:20:20 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ecaaebf8f0f70a0b6e21c19fdd4be23ffe23ef53
https://github.com/llvm/llvm-project/commit/ecaaebf8f0f70a0b6e21c19fdd4be23ffe23ef53
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-11-03 (Mon, 03 Nov 2025)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
X86: Correct IR type used for sincos_stret return value (#166240)
Match the IR type that clang uses here: https://godbolt.org/z/KzbodEcxh
This was manually selecting the IR legal type. Instead just set the
flag to ensure legal types.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list