[PATCH] D51953: [GlobalISel] Add a new IR canonicalization pass

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 20 05:58:22 PDT 2018


aemerson updated this revision to Diff 166274.
aemerson added a comment.

@aditya_nandakumar I've added a target hook that defaults to enabling this.


Repository:
  rL LLVM

https://reviews.llvm.org/D51953

Files:
  include/llvm/CodeGen/GlobalISel/Canonicalize.h
  include/llvm/CodeGen/Passes.h
  include/llvm/InitializePasses.h
  include/llvm/Target/TargetMachine.h
  lib/CodeGen/GlobalISel/CMakeLists.txt
  lib/CodeGen/GlobalISel/Canonicalize.cpp
  lib/CodeGen/TargetPassConfig.cpp
  test/CodeGen/AArch64/O0-pipeline.ll
  test/CodeGen/Generic/gisel-canonicalize.ll
  tools/llc/llc.cpp
  tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51953.166274.patch
Type: text/x-patch
Size: 9289 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180920/e510a206/attachment.bin>


More information about the llvm-commits mailing list