[PATCH] D40524: Handle the case of live 16-bit subregisters in X86FixupBWInsts

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 10:40:03 PST 2017


craig.topper added inline comments.


================
Comment at: lib/Target/X86/X86FixupBWInsts.cpp:195
+    // then the super register check is sufficient.
+    if (SubRegIdx != X86::sub_8bit) {
+      return true;
----------------
Drop the curlies?


================
Comment at: lib/Target/X86/X86FixupBWInsts.cpp:204
+                                                  /*High=*/true))) {
+      return true;
+    }
----------------
Drop the curlies?


https://reviews.llvm.org/D40524





More information about the llvm-commits mailing list