[PATCH] D70210: [MirNamer][Canonicalizer]: Perform instruction semantic based renaming

Aditya Nandakumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 14 18:35:27 PST 2019


aditya_nandakumar updated this revision to Diff 229436.
aditya_nandakumar added a comment.

Addressed some feedback, removed some abstractions that are unused, added more comments.


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

https://reviews.llvm.org/D70210

Files:
  llvm/lib/CodeGen/MIRCanonicalizerPass.cpp
  llvm/lib/CodeGen/MIRNamerPass.cpp
  llvm/lib/CodeGen/MIRVRegNamerUtils.cpp
  llvm/lib/CodeGen/MIRVRegNamerUtils.h
  llvm/test/CodeGen/MIR/AArch64/mirCanonCopyCopyProp.mir
  llvm/test/CodeGen/MIR/AArch64/mirCanonIdempotent.mir
  llvm/test/CodeGen/MIR/AArch64/mirnamer.mir
  llvm/test/CodeGen/MIR/AMDGPU/mir-canon-multi.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70210.229436.patch
Type: text/x-patch
Size: 30362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191115/3621d570/attachment-0001.bin>


More information about the llvm-commits mailing list