[PATCH] D115320: Avoid setting tbaa information on store of return type of call to inline assember

Jeroen Dobbelaere via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 9 05:15:20 PST 2021


jeroen.dobbelaere added a comment.

When I try out the example on llvm-13, I get a 'omnipotent char' tbaa description. That should be ok in general. When I replace the 'float _Complex' with 'double', I do get the 'double' tbaa. That might be a better example for the testcase ?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115320/new/

https://reviews.llvm.org/D115320



More information about the cfe-commits mailing list