[X86] Add missing ReadAfterFold attributes from CVTSD2SSrm/CVTSS2SDrm to match the...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 5 Nov 2022 11:31:53 +0000 (11:31 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 5 Nov 2022 11:32:26 +0000 (11:32 +0000)
commit184817d0df00af94168fc9121b42e5a3fd77d8d7
tree00725bb5633696b7b0e01e706373b6d4a133ae28
parent1bd6471c125d4de288753da0ff8737375503b796
[X86] Add missing ReadAfterFold attributes from CVTSD2SSrm/CVTSS2SDrm to match the AVX + _Int equivalents

This was never added in D52886, probably because the defs were already missing the old ReadAfterLd attribute, but they do exhibit the same behaviour of reading the dst reg after the load.
llvm/lib/Target/X86/X86InstrSSE.td