[all-commits] [llvm/llvm-project] 587495: [CodeExtractor] Separate function from param/ret a...

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Jan 3 05:07:29 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 587495ffa1a4240179c0f0959c1709f23cc52513
      https://github.com/llvm/llvm-project/commit/587495ffa1a4240179c0f0959c1709f23cc52513
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-01-03 (Mon, 03 Jan 2022)

  Changed paths:
    M llvm/lib/Transforms/Utils/CodeExtractor.cpp

  Log Message:
  -----------
  [CodeExtractor] Separate function from param/ret attributes (NFC)

This list is confusing because it conflates functions attributes
(which are either extractable or not) and other attribute kinds,
which are simply irrelevant for this code.




More information about the All-commits mailing list