[all-commits] [llvm/llvm-project] e7e242: [MLIR][LLVM] Fix debug value/declare import in fac...

Bruno Cardoso Lopes via All-commits all-commits at lists.llvm.org
Tue Mar 25 13:16:12 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e7e242e7ad6901e5f4c85d6e5ee4455d6be29b50
      https://github.com/llvm/llvm-project/commit/e7e242e7ad6901e5f4c85d6e5ee4455d6be29b50
  Author: Bruno Cardoso Lopes <bruno.cardoso at gmail.com>
  Date:   2025-03-25 (Tue, 25 Mar 2025)

  Changed paths:
    M mlir/lib/Target/LLVMIR/ModuleImport.cpp
    M mlir/test/Target/LLVMIR/Import/exception.ll

  Log Message:
  -----------
  [MLIR][LLVM] Fix debug value/declare import in face of landing pads (#132871)

Debug value/declare operations imported before landing pad operations at
the bb start break invoke op verification:

```
error: first operation in unwind destination should be a llvm.landingpad operation
```

This this issue by making the placement slightly more smart.



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