commit | 18484de34b26e424e5863a36f26eaa1288036d42 | [log] [tgz] |
---|---|---|
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | Tue Mar 06 19:15:58 2018 +0000 |
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | Tue Mar 06 19:15:58 2018 +0000 |
tree | 103a92f5bf4cd1011b98164f165d0356e60c3226 | |
parent | c9f797fdd08e07167d43690a082920af4b09be74 [diff] [blame] |
[Hexagon] Update more testcases llvm-svn: 326830
diff --git a/llvm/test/CodeGen/Hexagon/common-gep-basic.ll b/llvm/test/CodeGen/Hexagon/common-gep-basic.ll index 317bf86..165d892 100644 --- a/llvm/test/CodeGen/Hexagon/common-gep-basic.ll +++ b/llvm/test/CodeGen/Hexagon/common-gep-basic.ll
@@ -1,4 +1,4 @@ -; RUN: llc -O2 -march=hexagon < %s | FileCheck %s +; RUN: llc -march=hexagon < %s | FileCheck %s ; CHECK: mpyi ; CHECK-NOT: mpyi ; The mpyis from the two GEPs should be commoned out.