[all-commits] [llvm/llvm-project] 2789ad: [X86] Fix TC_RETURN selection failure for Win+Thun...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jan 15 00:23:46 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2789ad2b79b40494fa9f915e9661d63cd404c8cc
https://github.com/llvm/llvm-project/commit/2789ad2b79b40494fa9f915e9661d63cd404c8cc
Author: Nikita Popov <npopov at redhat.com>
Date: 2026-01-15 (Thu, 15 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86InstrCompiler.td
A llvm/test/CodeGen/X86/replace-thunk-tail-win.ll
Log Message:
-----------
[X86] Fix TC_RETURN selection failure for Win+Thunk combination (#175977)
https://github.com/llvm/llvm-project/pull/158055 added a
IsNotWin64CCFunc predicate to these cases for reasons that are not super
clear to me, which causes selection failures as this combination is not
covered elsewhere.
Fixes https://github.com/llvm/llvm-project/issues/175965.
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