[llvm] [LoopRotate][coroutines] Avoid hoisting addresses of thread-local variables outside loops in coroutines (PR #81937)
Alan Zhao via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 20 10:55:40 PST 2024
================
@@ -0,0 +1,34 @@
+; RUN: opt -S -passes=loop-rotate < %s | FileCheck %s
----------------
alanzhao1 wrote:
https://github.com/llvm/llvm-project/pull/82031 has been merged into `main` and into this branch and the test has been updated.
https://github.com/llvm/llvm-project/pull/81937
More information about the llvm-commits
mailing list