Files
llvm/mlir
Victor Perez 478bd0735f [mlir][llvm] Verify consistency of llvm.resume and llvm.landingpad types
Following the steps of the LLVM verifier
(b2c48559c8/llvm/lib/IR/Verifier.cpp (L4195)),
checks in llvm.func verifier are added to ensure consistency of
llvm.landingpad operations' result types and llvm.resume operations'
input types.

As in LLVM, we will allow llvm.resume operations with input values
defined by operations other than llvm.landingpad.

Signed-off-by: Victor Perez <victor.perez@codeplay.com>

Reviewed By: gysit, Dinistro

Differential Revision: https://reviews.llvm.org/D146968
2023-03-28 16:22:52 +01:00
..
2023-03-28 17:03:48 +05:30
2023-03-24 20:06:40 +00:00
2023-03-24 20:06:40 +00:00

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.