[all-commits] [llvm/llvm-project] 3b0f5a: [Mips16HardFloat] Simplify attribute change (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Dec 22 00:44:43 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b0f5a4856fce76a6535feddd1692747b81b60cd
      https://github.com/llvm/llvm-project/commit/3b0f5a4856fce76a6535feddd1692747b81b60cd
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2021-12-22 (Wed, 22 Dec 2021)

  Changed paths:
    M llvm/lib/Target/Mips/Mips16HardFloat.cpp

  Log Message:
  -----------
  [Mips16HardFloat] Simplify attribute change (NFC)

As we're only removing and adding a single attribute, there is no
need to go through AttrBuilder.


  Commit: e8e8bfeeb7233bde17d0a811b87d392271b33f42
      https://github.com/llvm/llvm-project/commit/e8e8bfeeb7233bde17d0a811b87d392271b33f42
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2021-12-22 (Wed, 22 Dec 2021)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp

  Log Message:
  -----------
  [DataFlowSanitizer] Simplify attribute removal (NFC)

We're only removing a single attribute, so there is no need to
go through AttrBuilder.


Compare: https://github.com/llvm/llvm-project/compare/f5ac23b5ae09...e8e8bfeeb723


More information about the All-commits mailing list