This is an archive of the discontinued LLVM Phabricator instance.

[Sema] Use the value category of the base expression when creating an ExtVectorElementExpr
ClosedPublic

Authored by ahatanak on Nov 15 2022, 12:46 PM.

Details

Summary

This fixes a bug where an lvalue ExtVectorElementExpr was created when the base expression was an ObjC property dot operator.

This reverts 220d08d942ab0df3211388e602ed34fa6139ca61.

Diff Detail

Event Timeline

ahatanak created this revision.Nov 15 2022, 12:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 15 2022, 12:46 PM
ahatanak requested review of this revision.Nov 15 2022, 12:46 PM
This revision is now accepted and ready to land.Nov 15 2022, 4:22 PM