[all-commits] [llvm/llvm-project] 468c6b: Fix "result of 32-bit shift implicitly converted t...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Mar 27 09:26:44 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 468c6bea2280491283e45239ad1c0ac6a59b3da8
https://github.com/llvm/llvm-project/commit/468c6bea2280491283e45239ad1c0ac6a59b3da8
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-03-27 (Wed, 27 Mar 2024)
Changed paths:
M llvm/lib/Object/GOFFObjectFile.cpp
Log Message:
-----------
Fix "result of 32-bit shift implicitly converted to 64 bits" MSVC warning. NFCI.
Commit: f92fa7e2cf38341211af262b21c568bef4d76b10
https://github.com/llvm/llvm-project/commit/f92fa7e2cf38341211af262b21c568bef4d76b10
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-03-27 (Wed, 27 Mar 2024)
Changed paths:
M llvm/test/CodeGen/X86/huge-stack-offset.ll
M llvm/test/CodeGen/X86/huge-stack-offset2.ll
Log Message:
-----------
[X86] Add -verify-machineinstrs to huge stack tests
Help identify EXPENSIVE_CHECKS regressions identified in #84114
Compare: https://github.com/llvm/llvm-project/compare/6a0ec8e25cba...f92fa7e2cf38
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