[PATCH] D101553: [Loads] Skip non load/store instructions when finding available load

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 4 11:48:41 PDT 2021


tejohnson updated this revision to Diff 342812.
tejohnson added a comment.

Update patch as discussed, to skip a larger number of non ld/st instructions


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101553

Files:
  llvm/include/llvm/IR/IntrinsicInst.h
  llvm/lib/Analysis/Loads.cpp
  llvm/lib/Transforms/Scalar/JumpThreading.cpp
  llvm/test/Transforms/InstCombine/load.ll
  llvm/test/Transforms/JumpThreading/thread-loads.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101553.342812.patch
Type: text/x-patch
Size: 13115 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210504/c2bcd3f0/attachment.bin>


More information about the llvm-commits mailing list