"llvm/lib/Target/SystemZ/SystemZMCAsmInfo.cpp" did not exist on "b25afe081c87d79458bd8a6b26a711a8b9f4fd0c"
[X86] Mark EMMS and FEMMS as clobbering MM0-7 and ST0-7.
This fixes the test case in PR35982 by preventing MMX instructions that read MM0-7 from being moved below EMMS/FEMMS by the post RA scheduler. Though as discussed in bugzilla, this is not a complete fix. There is still the possibility of reordering in IR or by the pre-RA scheduler. Differential Revision: https://reviews.llvm.org/D57298 llvm-svn: 352660
Loading
Please sign in to comment