[all-commits] [llvm/llvm-project] 0b1c9e: [X86] Add test case for PR44795
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Apr 7 06:02:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0b1c9e8e9a43f17d9636ee89ac5716da954d1581
https://github.com/llvm/llvm-project/commit/0b1c9e8e9a43f17d9636ee89ac5716da954d1581
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-04-07 (Thu, 07 Apr 2022)
Changed paths:
A llvm/test/CodeGen/X86/vector-shuffle-fast-per-lane.ll
Log Message:
-----------
[X86] Add test case for PR44795
Commit: a1df2ef5cbf09fffd6da152c7b7c1b9f8f455cac
https://github.com/llvm/llvm-project/commit/a1df2ef5cbf09fffd6da152c7b7c1b9f8f455cac
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-04-07 (Thu, 07 Apr 2022)
Changed paths:
M llvm/lib/Target/X86/X86.td
Log Message:
-----------
[X86] Ensure ZN3Tuning inherits from ZN2Tuning instead of ZNTuning
At the moment ZN2Tuning is just a copy of ZNTuning, but we should try to keep a clean inheritance.
Commit: dc15bedfb9de8ec574c1b480a15cd584b82eaa0d
https://github.com/llvm/llvm-project/commit/dc15bedfb9de8ec574c1b480a15cd584b82eaa0d
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-04-07 (Thu, 07 Apr 2022)
Changed paths:
M clang-tools-extra/clangd/refactor/tweaks/ExtractFunction.cpp
Log Message:
-----------
Fix MSVC "not all control paths return a value" warning
Compare: https://github.com/llvm/llvm-project/compare/9eda5fc0c6ea...dc15bedfb9de
More information about the All-commits
mailing list