[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
Fri Feb 16 12:42:55 PST 2024
================
@@ -0,0 +1,34 @@
+; RUN: opt -S -passes=loop-rotate < %s | FileCheck %s
----------------
alanzhao1 wrote:
I created https://github.com/llvm/llvm-project/pull/82031 to precommit this test.
Will update once that PR is merged.
https://github.com/llvm/llvm-project/pull/81937
More information about the llvm-commits
mailing list