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

Sindhu Chittireddy via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 9 23:28:53 PST 2021


schittir added a comment.

In D115320#3182581 <https://reviews.llvm.org/D115320#3182581>, @jeroen.dobbelaere wrote:

> 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 ?

Good point. I updated the test with this suggestion. Thank you.


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

https://reviews.llvm.org/D115320



More information about the cfe-commits mailing list