[PATCH] D106447: [DAGCombine] DAGTypeLegalizer::GenWidenVectorLoads(): make use of dereferenceability knowledge
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 21 14:45:00 PDT 2021
efriedma added inline comments.
================
Comment at: llvm/test/CodeGen/ARM/vector-load.ll:257
+; CHECK: vld1.8 {d{{[0-9]+}}, d{{[0-9]+}}}, [r0:128]!
+; CHECK: vld1.64 {d{{[0-9]+}}, d{{[0-9]+}}}, [r0:128]
----------------
We probably shouldn't be widening volatile loads like this. Not that this particular testcase reflects anything useful, but still.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106447/new/
https://reviews.llvm.org/D106447
More information about the llvm-commits
mailing list