[all-commits] [llvm/llvm-project] 730414: [CodeExtractor] Remove unnecessary explicit attrib...

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 730414b3419e0b0124fa1f683ca904640727d455
      https://github.com/llvm/llvm-project/commit/730414b3419e0b0124fa1f683ca904640727d455
  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] Remove unnecessary explicit attribute handling (NFC)

The nounwind and uwtable attributes will get handled as part of
the loop below as well, there is no need to special-case them here.




More information about the All-commits mailing list