[PATCH] D50944: [Hexagon] [Test] Remove undef and infinite loop from test
    Krzysztof Parzyszek via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Sep 11 06:25:18 PDT 2018
    
    
  
kparzysz added inline comments.
================
Comment at: test/CodeGen/Hexagon/swp-const-tc2.ll:10
+; CHECK: = cmp
+; CHECK-NOT: = cmp
 
----------------
It's the multiplication at line 25 that should only occur once.  Could you change these two lines to
```
; CHECK: r{{[0-9]+}} = mpyi
; CHECK-NOT: r{{[0-9]+}} = mpyi
```
Repository:
  rL LLVM
https://reviews.llvm.org/D50944
    
    
More information about the llvm-commits
mailing list