[PATCH] D79572: [DAG] SimplifyMultipleUseDemandedBits - remove superfluous bitcasts

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 7 09:40:12 PDT 2020


dmgreen added inline comments.


================
Comment at: llvm/test/CodeGen/Thumb2/mve-vld3.ll:6
 
 define void @vld3_v2i32(<6 x i32> *%src, <2 x i32> *%dst) {
 ; CHECK-LABEL: vld3_v2i32:
----------------
These are both OK I think. Both tests are mostly "we don't crash" kind of tests, and the changes look OK, considering the input.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79572





More information about the llvm-commits mailing list