This is an archive of the discontinued LLVM Phabricator instance.

[X86] Remove ReadAfterLd from BMI and TBM instructions that don't have a register operand in their memory form
ClosedPublic

Authored by craig.topper on Mar 23 2018, 11:22 AM.

Details

Summary

The memory form of these instructions only read an input from memory. They don't have any register operands.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.Mar 23 2018, 11:22 AM
andreadb accepted this revision.Mar 29 2018, 2:00 PM
This revision is now accepted and ready to land.Mar 29 2018, 2:00 PM
This revision was automatically updated to reflect the committed changes.