Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from llvm:master #50

Merged
merged 7 commits into from
Aug 29, 2019
Merged

[pull] master from llvm:master #50

merged 7 commits into from
Aug 29, 2019

Conversation

pull[bot]
Copy link

@pull pull bot commented Aug 29, 2019

See Commits and Changes for more details.


Created by pull[bot]. Want to support this open source service? Please star it : )

vsapsai and others added 7 commits August 29, 2019 19:51
Patch by Bert Belder.

llvm-svn: 370401
Follow-up for:
[ASan] Make insertion of version mismatch guard configurable
3ae9b9d

This tiny change makes sure that this test passes on our internal bots
as well.

llvm-svn: 370403
ISD::isBuildVectorAllZeros permits undef elements to be present, which means we can't return it as a zero vector. PMULDQ/PMULUDQ is an extending multiply so a multiply by zero of the lower 32-bits should result in a zero 64-bit element.

llvm-svn: 370404
We're building the CFG from bottom to top, so when the return-value expression
has a non-trivial CFG on its own, we need to continue building from the entry
to the return-value expression CFG rather than from the block to which
we've just appended the return statement.

Fixes a false positive warning "control may reach end of non-void function".

llvm-svn: 370406
@pull pull bot added the ⤵️ pull label Aug 29, 2019
@pull pull bot merged commit e5c0994 into Ericsson:master Aug 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
7 participants