[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
Tue Sep 17 09:08:36 PDT 2024
MacDue wrote:
> Yes exactly! Have you tried running the test case in patch #107598 to see what IR it generates?
I've updated my test (based on yours), and I think you can now see the TBAA metadata is only set on the call when the arguments are not being passed via pointers.
https://github.com/llvm/llvm-project/pull/108853
More information about the cfe-commits
mailing list