pengfei added a comment. Is inline assembly the only case `emms` instruction will be needed? But inline assembly doesn't enable `mmx` attribute automatically, right? E.g. https://godbolt.org/z/43ases Analyzing asm block and appending the `mmx` attribute if we see `mmx` instructions might be needed. But if we do the analysis, just adding an `emms` instruction at the end of the block seems better.
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D94268/new/ https://reviews.llvm.org/D94268 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits