[PATCH] D82872: [CodeGen] Fix warnings in DAGCombiner::visitSCALAR_TO_VECTOR

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 1 00:29:45 PDT 2020


david-arm marked 2 inline comments as done.
david-arm added a comment.

- Added extra check that SCALAR_TO_VECTOR result type is also a fixed length vector.
- Actually added proper CHECK lines to my new test. Sorry about that @efriedma - that was a silly mistake.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82872/new/

https://reviews.llvm.org/D82872





More information about the llvm-commits mailing list