[llvm] [LoopRotate][coroutines] Avoid caching addresses of thread-local variables outside loops in coroutines (PR #81937)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 15 16:30:06 PST 2024


================
@@ -0,0 +1,34 @@
+; RUN: opt -S -passes=loop-rotate < %s | FileCheck %s
----------------
aeubanks wrote:

use `update_test_checks.py`, and precommit the test so we can see how this patch affects it

https://github.com/llvm/llvm-project/pull/81937


More information about the llvm-commits mailing list