[X86] Remove ReadAfterLd from BMI and TBM instructions that don't have a...
[X86] Remove ReadAfterLd from BMI and TBM instructions that don't have a register operand in their memory form The memory form of these instructions only read an input from memory. They don't have any register operands. Differential Revision: https://reviews.llvm.org/D44836 llvm-svn: 328828
Loading
Please sign in to comment