[all-commits] [llvm/llvm-project] d49c31: [X86] emitEpilogue - silence implicit integer exte...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Feb 18 00:08:47 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d49c3181e68de20ebd5f8e9fc5f4ad3ce20cad6d
https://github.com/llvm/llvm-project/commit/d49c3181e68de20ebd5f8e9fc5f4ad3ce20cad6d
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M llvm/lib/Target/X86/X86FrameLowering.cpp
Log Message:
-----------
[X86] emitEpilogue - silence implicit integer extension warning. (#127185)
Silence compiler warning introduced in #125007 - assign the address delta to int64_t, assert it is negative and negate it only as part of the mergeSPAdd call
Fixes #125825
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