This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Emit warn_deprecated_lax_vec_conv_all warning only for PPC
ClosedPublic

Authored by maryammo on Mar 7 2023, 7:30 AM.

Details

Summary

This patch is to isolate the lax vector conversions warning only for PPC,
the reason is that SystemZ wants different logic in terms of
vector bool compatibility.

Diff Detail

Event Timeline

maryammo created this revision.Mar 7 2023, 7:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 7 2023, 7:30 AM
maryammo requested review of this revision.Mar 7 2023, 7:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 7 2023, 7:30 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
maryammo added a reviewer: Restricted Project.Mar 7 2023, 7:30 AM
maryammo added reviewers: nemanjai, lei, amyk, stefanp.
lei accepted this revision as: lei.Mar 13 2023, 11:52 AM

LGTM
Thx

This revision is now accepted and ready to land.Mar 13 2023, 11:52 AM