[llvm] [Inliner] Improve propagation of return attributes. (PR #67756)

via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 3 11:12:35 PDT 2023


goldsteinn wrote:

> It looks like x86-bswap.c still has the C++ guarded code in it.
> 
> Any thoughts on
> 
> > Though I think we might be better off passing `-no-enable-noundef-analysis` to these tests, as noundef is really not what they want to test.
> 
> to avoid the test duplication?

That seems like a better approach. Doing so.

https://github.com/llvm/llvm-project/pull/67756


More information about the llvm-commits mailing list