summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-04-04 02:26:47 +0000
committerEric Christopher <echristo@gmail.com>2015-04-04 02:26:47 +0000
commitd9bbc4d2eef5a31788e2212af10ff7b4ebdd9618 (patch)
tree557553da4f63570ede78f0d89f8739190fa96020 /llvm/test/CodeGen
parent103cb33d0852b1a99fd3ff8e2e5c0fd0b2d554e1 (diff)
downloadbcm5719-llvm-d9bbc4d2eef5a31788e2212af10ff7b4ebdd9618.tar.gz
bcm5719-llvm-d9bbc4d2eef5a31788e2212af10ff7b4ebdd9618.zip
Strip trailing whitespace and reword explanatory comment.
llvm-svn: 234078
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/PowerPC/fast-isel-load-store-vsx.ll15
1 files changed, 5 insertions, 10 deletions
diff --git a/llvm/test/CodeGen/PowerPC/fast-isel-load-store-vsx.ll b/llvm/test/CodeGen/PowerPC/fast-isel-load-store-vsx.ll
index ab439cdbd85..8a873daa6c7 100644
--- a/llvm/test/CodeGen/PowerPC/fast-isel-load-store-vsx.ll
+++ b/llvm/test/CodeGen/PowerPC/fast-isel-load-store-vsx.ll
@@ -1,15 +1,12 @@
-;; There are some known limitations in the VSX support during FastIsel
-;; (see fast-isel-load-store.ll header). Nevertheless, we are adding some
-;; regressions here for bugs we fix in the meantime
; RUN: llc < %s -O0 -fast-isel -mattr=+vsx -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 | FileCheck %s --check-prefix=ELF64VSX
;; The semantics of VSX stores for when R0 is used is different depending on
;; whether it is used as base or offset. If used as base, the effective
-;; address computation will use zero regardless the content of R0. If used as
-;; offset, the content will be used in the effective address. We observed that
+;; address computation will use zero regardless of the content of R0. If used as
+;; an offset the content will be used in the effective address. We observed that
;; for some constructors, the initialization values were being stored without
-;; any offset register being specified which was causing R0 to be used as offset
-;; in regions where it contained the value in the link register. This regression
+;; an offset register being specified which was causing R0 to be used as offset
+;; in regions where it contained the value in the link register. This test
;; verifies that R0 is used as base in these situations.
%SomeStruct = type { double }
@@ -28,6 +25,4 @@ entry:
%0 = load double, double* %V.addr, align 8
store double %0, double* %Val, align 8
ret void
- }
-
-
+ }
OpenPOWER on IntegriCloud