[PATCH] D150900: [InstCombine] Insert a bitcast to enable merging similar store insts

Anshil Gandhi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 07:28:02 PDT 2023


gandhi21299 updated this revision to Diff 524297.
gandhi21299 marked 2 inline comments as done.
gandhi21299 added a comment.

- Simplified code
- Made inttoptr_merge() target independent by inserting `align 8` to store instructions and support from D75362 <https://reviews.llvm.org/D75362> as mentioned


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150900

Files:
  llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  llvm/test/Transforms/InstCombine/merging-multiple-stores-into-successor.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150900.524297.patch
Type: text/x-patch
Size: 10859 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230522/b396435f/attachment.bin>


More information about the llvm-commits mailing list