[X86] Add ReadAfterLds to some 3 src instructions
Sometimes the operand comes after the memory operand so we need 5 ReadDefaults first. I suspect we also need to do something for the mask operand for masked avx512 instructions? I'm not sure if the mask should be ReadAfterLd or not since it can mask faults. If it shouldn't be ReadAfterLd then we're probably wrong for zero masking instructions already. Differential Revision: https://reviews.llvm.org/D44726 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@328834 91177308-0d34-0410-b5e6-96231b3b80d8
Loading
Please sign in to comment