[all-commits] [llvm/llvm-project] 1c7fda: Fix MSVC "result of 32-bit shift implicitly conver...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Apr 4 04:27:06 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c7fda9f4cde336c4ac30c7478b223536c6eb6d6
https://github.com/llvm/llvm-project/commit/1c7fda9f4cde336c4ac30c7478b223536c6eb6d6
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFC.
Commit: d54d476300d7aaeb6616a11b43e1b8006cad17c9
https://github.com/llvm/llvm-project/commit/d54d476300d7aaeb6616a11b43e1b8006cad17c9
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP] Fix Wunused-variable warning. NFC.
Commit: 3871eaba6bd016b229f2d0e4b75e2be3b65e39a7
https://github.com/llvm/llvm-project/commit/3871eaba6bd016b229f2d0e4b75e2be3b65e39a7
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
M llvm/test/Analysis/CostModel/X86/cast.ll
M llvm/test/Analysis/CostModel/X86/extend.ll
Log Message:
-----------
[CostModel][X86] Update AVX1 sext v8i1 -> v8i32 cost based off worst case llvm-mca numbers
We were using raw instruction count which overestimated the costs for #67803
Compare: https://github.com/llvm/llvm-project/compare/8ae9c6259f83...3871eaba6bd0
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