[PATCH] D52072: [PowerPC] Fix the assert of combineBVOfConsecutiveLoads when element num is 1

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 14 02:21:02 PDT 2018


nemanjai accepted this revision.
nemanjai added a comment.
This revision is now accepted and ready to land.

Minor nit, but LGTM.



================
Comment at: llvm/test/CodeGen/PowerPC/crash.ll:18
 }
+
+define signext i32 @test2() {
----------------
Please add a comment:
```
;  A BUILD_VECTOR of 1 element caused a crash in combineBVOfConsecutiveLoads().
; Test that this is no longer the case.
```


Repository:
  rL LLVM

https://reviews.llvm.org/D52072





More information about the llvm-commits mailing list