[all-commits] [llvm/llvm-project] 7fe7d9: Fix MSVC "not all control paths return a value" wa...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Oct 19 03:51:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7fe7d9b130d4318274eb8b17f15542013e59ca32
https://github.com/llvm/llvm-project/commit/7fe7d9b130d4318274eb8b17f15542013e59ca32
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-19 (Mon, 19 Oct 2020)
Changed paths:
M clang/lib/CodeGen/CGExprAgg.cpp
Log Message:
-----------
Fix MSVC "not all control paths return a value" warning. NFCI.
Commit: 3dd2f02bb08534bc537f32ad1154773d6710ece9
https://github.com/llvm/llvm-project/commit/3dd2f02bb08534bc537f32ad1154773d6710ece9
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-19 (Mon, 19 Oct 2020)
Changed paths:
M llvm/test/Transforms/InstCombine/icmp.ll
Log Message:
-----------
[InstCombine] Add (icmp eq B, 0) | (icmp ult A, B) -> (icmp ule A, B-1) vector tests
Compare: https://github.com/llvm/llvm-project/compare/0e5248be8675...3dd2f02bb085
More information about the All-commits
mailing list