[all-commits] [llvm/llvm-project] 85aebd: [CIR] Fix lowering after 2929a2978cc3bdb0ff12a0e5d...

darkbuck via All-commits all-commits at lists.llvm.org
Mon Sep 8 07:25:43 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 85aebdb4b32e27de665dc05358bf376d17f57189
      https://github.com/llvm/llvm-project/commit/85aebdb4b32e27de665dc05358bf376d17f57189
  Author: Michael Liao <michael.hliao at gmail.com>
  Date:   2025-09-08 (Mon, 08 Sep 2025)

  Changed paths:
    M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp

  Log Message:
  -----------
  [CIR] Fix lowering after 2929a2978cc3bdb0ff12a0e5d0a9236ff221f668

- After 2929a2978cc3bdb0ff12a0e5d0a9236ff221f668,
  `ConversionPatternRewriter::replaceAllUsesWith` behavior is changed
  from the previous immediate mode into a delayed fashion. The legacy
  operation of `replaceAllUsesWith` followed by `eraseOp` is no longer
  working, replace that sequence with `replaceOp`.



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