[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
Tue Dec 14 01:09:23 PST 2021


jeroen.dobbelaere added inline comments.


================
Comment at: clang/test/CodeGen/avoidTBAAonASMstore.cpp:3
+double foo(double z) {
+  // CHECK-LABEL: define{{.*}} double @_Z3food
+  unsigned short ControlWord;
----------------
Shouldn't this be `STORE-LINE-LABEL: ...` ?


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

https://reviews.llvm.org/D115320



More information about the cfe-commits mailing list