[PATCH] D42732: [x86] Fix nasty bug in the x86 backend that is essentially impossible to hit from IR but creates a minefield for MI passes.
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 31 11:07:22 PST 2018
probinson added inline comments.
================
Comment at: llvm/test/CodeGen/X86/bad-tls-fold.mir:19
+---
+# CHECK-LABEL: or:
+name: or
----------------
Drive-by nit: You don't need the poorly named -LABEL suffix (it doesn't actually identify labels).
================
Comment at: llvm/test/CodeGen/X86/bad-tls-fold.mir:41
+...
+# CHECK-LABEL: and:
+name: and
----------------
No need for -LABEL here.
Repository:
rL LLVM
https://reviews.llvm.org/D42732
More information about the llvm-commits
mailing list