[PATCH] D87304: [AttributeFuncs] Consider `align` in `typeIncompatible`
Steven Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 17 14:11:10 PDT 2021
steven_wu added a comment.
The reason I only fix return type in D102201 <https://reviews.llvm.org/D102201> is that I identify the source of such incompatibility, which is coming from an optimization pass, so that can be wild spread incompatibility. The optimization pass explicitly happens when it is return type and check to remove all attributes that is incompatibly returned from `typeIncompatible`.
Fixing attribute on parameter will be nice but on the other hand, I am not sure if there is bitcode is the wild that consist of such incompatibility.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87304/new/
https://reviews.llvm.org/D87304
More information about the llvm-commits
mailing list