[all-commits] [llvm/llvm-project] defc59: Add a llvm_unreachable to fix MSVC unhandled enum ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Nov 10 02:49:25 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: defc59734a00cc0f476f6a93c35fd0b313ed587a
https://github.com/llvm/llvm-project/commit/defc59734a00cc0f476f6a93c35fd0b313ed587a
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-11-10 (Tue, 10 Nov 2020)
Changed paths:
M clang/lib/AST/ItaniumMangle.cpp
Log Message:
-----------
Add a llvm_unreachable to fix MSVC unhandled enum warning. NFCI.
Commit: a45a903a2133c6b03882377f0632b79f24154d5c
https://github.com/llvm/llvm-project/commit/a45a903a2133c6b03882377f0632b79f24154d5c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-11-10 (Tue, 10 Nov 2020)
Changed paths:
M llvm/test/CodeGen/X86/vec_int_to_fp.ll
M llvm/test/CodeGen/X86/vec_uint_to_fp-fastmath.ll
M llvm/test/CodeGen/X86/vector-ext-logic.ll
M llvm/test/CodeGen/X86/vector-extend-inreg.ll
M llvm/test/CodeGen/X86/vector-narrow-binop.ll
M llvm/test/CodeGen/X86/vector-shuffle-combining-avx.ll
M llvm/test/CodeGen/X86/vector-shuffle-combining-avx2.ll
M llvm/test/CodeGen/X86/vector-shuffle-combining-avx512f.ll
M llvm/test/CodeGen/X86/vector-shuffle-combining-sse41.ll
M llvm/test/CodeGen/X86/vector-shuffle-combining-sse4a.ll
M llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll
M llvm/test/CodeGen/X86/vector-shuffle-sse41.ll
M llvm/test/CodeGen/X86/vector-shuffle-v48.ll
M llvm/test/CodeGen/X86/vector-trunc-math.ll
M llvm/test/CodeGen/X86/vector-trunc-usat.ll
M llvm/test/CodeGen/X86/vector-zmov.ll
M llvm/test/CodeGen/X86/vector_splat-const-shift-of-constmasked.ll
M llvm/test/CodeGen/X86/volatile.ll
M llvm/test/CodeGen/X86/vsel-cmp-load.ll
M llvm/test/CodeGen/X86/vselect-2.ll
M llvm/test/CodeGen/X86/vselect-constants.ll
M llvm/test/CodeGen/X86/vselect-minmax.ll
M llvm/test/CodeGen/X86/vselect-packss.ll
M llvm/test/CodeGen/X86/vselect-pcmp.ll
M llvm/test/CodeGen/X86/vselect-zero.ll
M llvm/test/CodeGen/X86/vselect.ll
M llvm/test/CodeGen/X86/x87.ll
Log Message:
-----------
[X86] Remove unused check-prefixes from some vector tests
Compare: https://github.com/llvm/llvm-project/compare/203b4774b883...a45a903a2133
More information about the All-commits
mailing list