[PATCH] D76769: [AssumeBundles] Preserve information in EarlyCSE

Tyker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 25 06:27:15 PDT 2020


Tyker created this revision.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
Tyker added a parent revision: D76759: [AssumeBundles] Preserve Information from Load/Store.
Tyker added a reviewer: jdoerfert.

this patch preserve information from various places in EarlyCSE into assume bundles.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76769

Files:
  llvm/include/llvm/IR/KnowledgeRetention.h
  llvm/lib/IR/KnowledgeRetention.cpp
  llvm/lib/Transforms/Scalar/EarlyCSE.cpp
  llvm/test/Transforms/EarlyCSE/guards.ll
  llvm/test/Transforms/EarlyCSE/invariant-loads.ll
  llvm/test/Transforms/EarlyCSE/invariant.start.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76769.252555.patch
Type: text/x-patch
Size: 57433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200325/a31aff4c/attachment.bin>


More information about the llvm-commits mailing list