[all-commits] [llvm/llvm-project] 60bb45: [X86] LowerAsmOperandForConstraint - ensure we tre...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Dec 9 00:32:44 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 60bb4500f25b21854152eaaaa1461c569ed01065
https://github.com/llvm/llvm-project/commit/60bb4500f25b21854152eaaaa1461c569ed01065
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2025-12-09 (Tue, 09 Dec 2025)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
A llvm/test/CodeGen/X86/pr166058.ll
Log Message:
-----------
[X86] LowerAsmOperandForConstraint - ensure we treat L constraint immediates as signed constants (#171098)
getTargetConstant no longer tolerates sign-extended values that can't be
represented by the appropriate APInt bitwidth, which defaults to
unsigned behaviour.
Fixes #166058
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