[PATCH] D130233: [LoopLoadElim] Add stores with matching sizes as load-store candidates

Jolanta Jensen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 18 10:20:35 PDT 2022


jolanta.jensen updated this revision to Diff 453698.
jolanta.jensen added a comment.

1. Correcting errand assumption that the size of a pointer is 0.
2. Removing vector bitcasting tests as they were adding more confusion than value.
3. Regenerating CHECK lines with update_test_checks.py script.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130233

Files:
  llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
  llvm/test/Transforms/LoopLoadElim/type-mismatch-opaque-ptr.ll
  llvm/test/Transforms/LoopLoadElim/type-mismatch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130233.453698.patch
Type: text/x-patch
Size: 20674 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220818/ec2eb576/attachment.bin>


More information about the llvm-commits mailing list