[all-commits] [llvm/llvm-project] 19b664: [Coroutine][DebugInfo] Remove the memory attribute...
DianQK via All-commits
all-commits at lists.llvm.org
Wed Sep 13 18:03:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 19b664d35266246e2caa8ad5e359d658b2d5bf80
https://github.com/llvm/llvm-project/commit/19b664d35266246e2caa8ad5e359d658b2d5bf80
Author: DianQK <dianqk at dianqk.net>
Date: 2023-09-14 (Thu, 14 Sep 2023)
Changed paths:
M llvm/test/Transforms/Coroutines/coro-async-declaration.ll
Log Message:
-----------
[Coroutine][DebugInfo] Remove the memory attributes on coro-async-declaration.ll (NFC) (#66088)
According to @drodriguez's reminder in
https://github.com/apple/llvm-project/pull/7168#issuecomment-1710607896,
`memory` breaks the backport to the apple branch.
And this is irrelevant to that test. Delete to get better a test case.
More information about the All-commits
mailing list