[all-commits] [llvm/llvm-project] cd3f48: [NFC][DXIL] move replace/erase in DXIL intrinsic e...

Greg Roth via All-commits all-commits at lists.llvm.org
Fri Aug 16 17:11:38 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cd3f48df82dae19493da838afd1c0aaf98c737eb
      https://github.com/llvm/llvm-project/commit/cd3f48df82dae19493da838afd1c0aaf98c737eb
  Author: Greg Roth <grroth at microsoft.com>
  Date:   2024-08-16 (Fri, 16 Aug 2024)

  Changed paths:
    M llvm/lib/Target/DirectX/DXILIntrinsicExpansion.cpp

  Log Message:
  -----------
  [NFC][DXIL] move replace/erase in DXIL intrinsic expansion to caller (#104626)

All expansions end with replacing the previous inrinsic with the new
expansion and erasing the old one. By moving this operation to the
caller, these expansion functions can be called in more contexts and a
small amount of duplicated code is consolidated.

Pre-req for #88056



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