[PATCH] D95044: IR+AArch64: add `swiftasync` function parameter attribute

Varun Gandhi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 27 13:43:15 PST 2021


varungandhi-apple added inline comments.


================
Comment at: llvm/include/llvm/Bitcode/LLVMBitCodes.h:659
   ATTR_KIND_HOT = 72,
+  ATTR_KIND_SWIFT_ASYNC = 73,
 };
----------------
This is going to hit a merge conflict or a miscompile; on `main`, 73 is already taken by `ATTR_KIND_NO_PROFILE`.


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

https://reviews.llvm.org/D95044



More information about the llvm-commits mailing list