[all-commits] [llvm/llvm-project] 156b94: Fix "result of 32-bit shift implicitly converted t...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Apr 7 03:25:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 156b94c2d3c340825c9308a07f770c552e7f1ff4
https://github.com/llvm/llvm-project/commit/156b94c2d3c340825c9308a07f770c552e7f1ff4
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-04-07 (Thu, 07 Apr 2022)
Changed paths:
M lld/MachO/SyntheticSections.cpp
Log Message:
-----------
Fix "result of 32-bit shift implicitly converted to 64 bits" MSVC warning. NFC.
Commit: 7d8a06ee6c71d0dd63e9e6bdfba9ccde774b2a40
https://github.com/llvm/llvm-project/commit/7d8a06ee6c71d0dd63e9e6bdfba9ccde774b2a40
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-04-07 (Thu, 07 Apr 2022)
Changed paths:
M llvm/test/CodeGen/X86/fcmp-logic.ll
Log Message:
-----------
[X86] Add Issue #50412 fcmp-logic test case
Compare: https://github.com/llvm/llvm-project/compare/6b151576100c...7d8a06ee6c71
More information about the All-commits
mailing list