[llvm] r331512 - Word wrap a test-file comment to 80 columns
Jeremy Morse via llvm-commits
llvm-commits at lists.llvm.org
Fri May 4 01:58:06 PDT 2018
Author: jmorse
Date: Fri May 4 01:58:06 2018
New Revision: 331512
URL: http://llvm.org/viewvc/llvm-project?rev=331512&view=rev
Log:
Word wrap a test-file comment to 80 columns
This is a test commit to check whether my account works.
Modified:
llvm/trunk/test/CodeGen/X86/pr30821.mir
Modified: llvm/trunk/test/CodeGen/X86/pr30821.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pr30821.mir?rev=331512&r1=331511&r2=331512&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pr30821.mir (original)
+++ llvm/trunk/test/CodeGen/X86/pr30821.mir Fri May 4 01:58:06 2018
@@ -64,9 +64,9 @@ body: |
; data into $xmm[0-14] and volatile storing them later, leaving regalloc only
; $xmm15 to play with in the middle.
; Then, perform two virtreg load-and-store pairs, with the faulty code
- ; sequence in the middle (MOVSDrm then MOVAPDmr on the same slot). The virtreg
- ; gets spilt; the corresponding stack slots merged; and faulty code sequence
- ; eliminated if LLVM is broken.
+ ; sequence in the middle (MOVSDrm then MOVAPDmr on the same slot). The
+ ; virtreg gets spilt; the corresponding stack slots merged; and faulty code
+ ; sequence eliminated if LLVM is broken.
; Make first 15 $xmm registers live
$xmm0 = MOVUPDrm %stack.2.india, 1, $noreg, 0, $noreg :: (volatile dereferenceable load 16 from %ir.india)
More information about the llvm-commits
mailing list