This is an archive of the discontinued LLVM Phabricator instance.

[PATCH][AVX512] Fix TERNLOG when folding broadcast
ClosedPublic

Authored by cameron.mcinally on Oct 6 2017, 3:18 PM.

Details

Summary

Here's a little patch to fix ternlog instructions with a folded
broadcast. The broadcast decorator, e.g. {1toX}, was missing.

Diff Detail

Repository
rL LLVM

Event Timeline

This revision is now accepted and ready to land.Oct 6 2017, 3:26 PM
This revision was automatically updated to reflect the committed changes.

Thanks, Craig. Hopefully I submitted everything appropriately. Please shoot me an email if anything is out of place.