[all-commits] [llvm/llvm-project] dd3f48: [ThinLTO][WPD] LICM set lookup (NFC)

Teresa Johnson via All-commits all-commits at lists.llvm.org
Thu Feb 10 13:17:00 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dd3f48333538902140018f1d7ba7c1829ea3ba6b
      https://github.com/llvm/llvm-project/commit/dd3f48333538902140018f1d7ba7c1829ea3ba6b
  Author: Teresa Johnson <tejohnson at google.com>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp

  Log Message:
  -----------
  [ThinLTO][WPD] LICM set lookup (NFC)

Minor efficiency fix. There is no reason to perform the same set lookup
repeatedly in the inner loop as it is invariant there.

Differential Revision: https://reviews.llvm.org/D119474




More information about the All-commits mailing list