This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Combine directly on mul24 intrinsics
ClosedPublic

Authored by arsenm on Aug 26 2019, 4:02 PM.

Details

Reviewers
rampitec
cfang
Summary

The problem these are supposed to work around can occur before the
intrinsics are lowered into the nodes. Try to directly simplify them
so they are matched before the bit assert operations can be optimized
out.

Diff Detail

Event Timeline

arsenm created this revision.Aug 26 2019, 4:02 PM
This revision is now accepted and ready to land.Aug 26 2019, 4:09 PM
cfang accepted this revision.Aug 26 2019, 4:11 PM
arsenm closed this revision.Aug 26 2019, 5:16 PM

r369994