This is an archive of the discontinued LLVM Phabricator instance.

[clang][Sema] Fix PR47676: Handle dependent AltiVec C-style cast
ClosedPublic

Authored by hubert.reinterpretcast on Sep 29 2020, 9:53 PM.

Details

Summary

Fix premature decision in the presence of type-dependent expression operands on whether AltiVec vector initializations from single expressions are "splat" operations.

Verify that the instantiation is able to determine the correct cast semantics for both the scalar type and the vector type case.

Note that, because the change only affects the single-expression case (and the target type is an AltiVec-style vector type), the replacement of a parenthesized list with a parenthesized expression does not change the semantics of the program in a program-observable manner.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptSep 29 2020, 9:53 PM
hubert.reinterpretcast requested review of this revision.Sep 29 2020, 9:53 PM
This revision is now accepted and ready to land.Sep 30 2020, 5:32 AM