[clang] [clang][codegen] Don't mark "int" TBAA on FP libcalls with indirect args (PR #108853)

Benjamin Maxwell via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 16 15:02:57 PDT 2024


MacDue wrote:

> How does this interact with #107598?

I think it's solving the same problem, but a different way (looking at the final LLVM function type rather than checking the ABI information).

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


More information about the cfe-commits mailing list