[PATCH] D72750: [X86] Insert wait instruction after X87 instructions which could raise float-point exception.

LiuChen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 15 00:55:09 PST 2020


LiuChen3 marked an inline comment as done.
LiuChen3 added inline comments.


================
Comment at: llvm/lib/Target/X86/X86InsertWait.cpp:40
+#include "llvm/Support/ErrorHandling.h"
+#include "llvm/Support/raw_ostream.h"
+#include <cassert>
----------------
craig.topper wrote:
> This is unused. Those were just the obvious ones. Please prune to just what's necessary.
Sorry for adding redundant header files. Thanks to point out.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72750/new/

https://reviews.llvm.org/D72750





More information about the llvm-commits mailing list