[all-commits] [llvm/llvm-project] ffcf82: [AMDGPU] Change expand-fp opt level argument synta...

Frederik Harwath via All-commits all-commits at lists.llvm.org
Wed Sep 10 01:44:49 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ffcf82c4a8966450ee1ccf742287c9b2bdef2e26
      https://github.com/llvm/llvm-project/commit/ffcf82c4a8966450ee1ccf742287c9b2bdef2e26
  Author: Frederik Harwath <frederik.harwath at amd.com>
  Date:   2025-09-10 (Wed, 10 Sep 2025)

  Changed paths:
    M llvm/lib/CodeGen/ExpandFp.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/test/CodeGen/AMDGPU/llc-pipeline-npm.ll
    M llvm/test/Transforms/ExpandFp/AMDGPU/frem-inf.ll
    M llvm/test/Transforms/ExpandFp/AMDGPU/frem.ll
    A llvm/test/Transforms/ExpandFp/pass-parameters.ll

  Log Message:
  -----------
  [AMDGPU] Change expand-fp opt level argument syntax (#157408)

Align the syntax used for the optimization level argument of the
expand-fp pass in textual descriptions of pass pipelines with the syntax
used by other passes taking a similar argument. That is, use e.g.
`expand-fp<O1>` instead of `expand-fp<opt-level=1>`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list