[PATCH] D116825: [GVN] MemorySSA for GVN (WIP)

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 7 10:39:26 PST 2022


chill created this revision.
Herald added subscribers: jeroen.dobbelaere, hiraditya.
chill requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Just a draft for now, minimal testing (just LLVM regression tests), a FIXMEs and the code is kinda ugly still ....


https://reviews.llvm.org/D116825

Files:
  llvm/include/llvm/Transforms/Scalar/GVN.h
  llvm/lib/Transforms/Scalar/GVN.cpp
  llvm/test/Analysis/TypeBasedAliasAnalysis/gvn-nonlocal-type-mismatch.ll
  llvm/test/Transforms/GVN/PRE/rle.ll
  llvm/test/Transforms/LoopVectorize/X86/metadata-enable.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116825.398191.patch
Type: text/x-patch
Size: 34934 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220107/e468323f/attachment-0001.bin>


More information about the llvm-commits mailing list