[all-commits] [llvm/llvm-project] 42d914: [CodeGen][X86] Cleanup labels on some sse/avx intr...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Oct 7 12:03:04 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 42d91438ad27fda6df9499ae2a99b569fc6e2f75
https://github.com/llvm/llvm-project/commit/42d91438ad27fda6df9499ae2a99b569fc6e2f75
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-07 (Wed, 07 Oct 2020)
Changed paths:
M clang/test/CodeGen/X86/avx-builtins-constrained-cmp.c
M clang/test/CodeGen/X86/avx-builtins.c
M clang/test/CodeGen/X86/avx-shuffle-builtins.c
M clang/test/CodeGen/X86/sse-builtins-constrained-cmp.c
M clang/test/CodeGen/X86/sse-builtins.c
M clang/test/CodeGen/X86/sse2-builtins.c
Log Message:
-----------
[CodeGen][X86] Cleanup labels on some sse/avx intrinsics tests. NFCI.
Add some missing CHECK-LABEL lines.
Remove leading '@' so it'll be possible to match against c and c++ builds in a future patch.
Commit: e9af30c31e5f1e0430c0f3b25453891410a34191
https://github.com/llvm/llvm-project/commit/e9af30c31e5f1e0430c0f3b25453891410a34191
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-07 (Wed, 07 Oct 2020)
Changed paths:
M llvm/include/llvm/CodeGen/CalcSpillWeights.h
Log Message:
-----------
Fix Wdocumentation warnings due to case mismatch. NFCI.
Commit: 03280055154d09940a72d77f11c76dc7a741ba32
https://github.com/llvm/llvm-project/commit/03280055154d09940a72d77f11c76dc7a741ba32
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-07 (Wed, 07 Oct 2020)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
Log Message:
-----------
Fix MSVC "not all control paths return a value" warning. NFCI.
Compare: https://github.com/llvm/llvm-project/compare/c1247f0e74bf...03280055154d
More information about the All-commits
mailing list