This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Make combines on `llvm.ptrmask` fail loudly if we have vec types; NFC
AbandonedPublic

Authored by goldstein.w.n on Jul 30 2023, 4:01 PM.

Details

Reviewers
nikic
RKSimon
Summary

Currently vec types are unsupported by llvm.ptrmask. Should this
change its probably better to fail loudly rather hope the code ends up
working properly for vec types.

Diff Detail