[all-commits] [llvm/llvm-project] 046b87: Fix MSVC not all control paths return a value warn...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Oct 24 06:42:10 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 046b87fb3ca8e84c42c915f2bd66a95004e136fc
https://github.com/llvm/llvm-project/commit/046b87fb3ca8e84c42c915f2bd66a95004e136fc
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Legality.h
Log Message:
-----------
Fix MSVC not all control paths return a value warning. NFC.
Commit: b34d64921b2f878b6e1ac7205fc4b13d54a7d8db
https://github.com/llvm/llvm-project/commit/b34d64921b2f878b6e1ac7205fc4b13d54a7d8db
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/bitreverse.ll
Log Message:
-----------
[X86] ReplaceNodeResults - adjust assert to allow XOP or GFNI subtargets to split i64 BITREVERSE nodes on 32-bit targets
Fixes #113353
Fixes #113034
Compare: https://github.com/llvm/llvm-project/compare/37832d5de2ab...b34d64921b2f
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