Files
clang-p2996/mlir/lib/Conversion/FuncToLLVM
Christian Ulmann 551ee36725 [mlir][FuncToLLVM] Fix arg attr memref interaction
This commit ensures that argument attributes are dropped from types
that are expanded to multiple function arguments. Previously, they
were attached to all arguments belonging to the memref, which
resulted in illegal LLVMIR, e.g., noalias on integers.

Reviewed By: gysit

Differential Revision: https://reviews.llvm.org/D142212
2023-01-24 09:47:59 +01:00
..