[all-commits] [llvm/llvm-project] 1e260f: [LICM][docs] Document that LICM is also a canonica...
    sjoerdmeijer via All-commits 
    all-commits at lists.llvm.org
       
    Tue Dec  8 04:02:18 PST 2020
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e260f955d3123351fc68de8c2dde02b1be6d14f
      https://github.com/llvm/llvm-project/commit/1e260f955d3123351fc68de8c2dde02b1be6d14f
  Author: Sjoerd Meijer <sjoerd.meijer at arm.com>
  Date:   2020-12-08 (Tue, 08 Dec 2020)
  Changed paths:
    M llvm/docs/Passes.rst
    M llvm/lib/Transforms/Scalar/LICM.cpp
  Log Message:
  -----------
  [LICM][docs] Document that LICM is also a canonicalization transform. NFC.
This documents that LICM is a canonicalization transform, which we discussed
recently in:
http://lists.llvm.org/pipermail/llvm-dev/2020-December/147184.html
but which was also discused earlier, e.g. in:
http://lists.llvm.org/pipermail/llvm-dev/2019-September/135058.html
    
    
More information about the All-commits
mailing list