[all-commits] [llvm/llvm-project] 98182f: Move CodeGenFunction::EmitScalarOrConstFoldImmArg; ...

Sven van Haastregt via All-commits all-commits at lists.llvm.org
Tue Dec 2 23:58:53 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 98182f4d209ded292cb6030f45bcae132096acae
      https://github.com/llvm/llvm-project/commit/98182f4d209ded292cb6030f45bcae132096acae
  Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
  Date:   2025-12-03 (Wed, 03 Dec 2025)

  Changed paths:
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp

  Log Message:
  -----------
  Move CodeGenFunction::EmitScalarOrConstFoldImmArg; NFC (#170286)

This function is called from various .cpp files under `TargetBuiltins/`,
and was moved unintentionally into `AMDGPU.cpp` in PR #132252. Move it
to a common place.



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