This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Add accessor to known bits to CombinerHelper
ClosedPublic

Authored by arsenm on Mar 28 2020, 5:05 PM.

Details

Summary

I need to pass known bits to a target combine matcher (which for some
reason aren't methods in a subclass of CombinerHelper?)

Diff Detail

Event Timeline

arsenm created this revision.Mar 28 2020, 5:05 PM
paquette accepted this revision.Mar 30 2020, 10:15 AM

This seems reasonable to me.

(Also yeah I feel like we need a better way to do target combines)

This revision is now accepted and ready to land.Mar 30 2020, 10:15 AM