[Mlir-commits] [mlir] [mlir][scf] Relax requirements for loops fusion (PR #79187)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Jan 24 05:01:06 PST 2024
fabrizio-indirli wrote:
For the 1st case, it's been pointed out to me that there could be an issue with global variables: to exclude potential aliasings when only one function operand is being written, we would also need to make sure that the function does not access any globals to which the operand could be aliased. I'll add this check as well
https://github.com/llvm/llvm-project/pull/79187
More information about the Mlir-commits
mailing list