This is an archive of the discontinued LLVM Phabricator instance.

[test] Test ext_vector_type operators with implicit conversions
AcceptedPublic

Authored by porglezomp on May 25 2023, 9:14 PM.

Details

Summary

An extra test for implicit conversion issues discovered while testing D151060.

Diff Detail

Event Timeline

porglezomp created this revision.May 25 2023, 9:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2023, 9:14 PM
Herald added a subscriber: StephenFan. · View Herald Transcript
porglezomp requested review of this revision.May 25 2023, 9:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2023, 9:14 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript

Add significantly more variations in this test case. I discovered multiple
inconsistencies while expanding this list out. Filed an issue on GitHub here:
https://github.com/llvm/llvm-project/issues/62949

aaron.ballman accepted this revision.Jun 6 2023, 2:16 PM

LGTM! Thank you for the extra test coverage.

This revision is now accepted and ready to land.Jun 6 2023, 2:16 PM