[PATCH] D42533: [X86FixupBWInsts] Fix miscompilation if sibling sub-register is live.

Andrei Elovikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 26 07:31:03 PST 2018


a.elovikov added inline comments.


================
Comment at: test/CodeGen/X86/fixup-bw-inst.mir:204-246
+
+---
+# CHECK-LABEL: name: test5
+name:            test5
+alignment:       4
+exposesReturnsTwice: false
+legalized:       false
----------------
MatzeB wrote:
> https://llvm.org/docs/MIRLangRef.html#simplifying-mir-files
Thanks for the pointer. However, the whole file would benefit from this so I'd like to do the change in a subsequent commit. It should not require a review and can be directly committed, right?


Repository:
  rL LLVM

https://reviews.llvm.org/D42533





More information about the llvm-commits mailing list