[clang] [compiler-rt] [llvm] [ASan] Add metadata to renamed instructions so ASan doesn't use the i… (PR #119387)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 05:42:59 PST 2025


================
@@ -3425,12 +3446,14 @@ void FunctionStackPoisoner::processStaticAllocas() {
     ArgInitInst->moveBefore(InsBefore);
 
   // If we have a call to llvm.localescape, keep it in the entry block.
-  if (LocalEscapeCall) LocalEscapeCall->moveBefore(InsBefore);
+  if (LocalEscapeCall)
+    LocalEscapeCall->moveBefore(InsBefore);
----------------
fhahn wrote:

unrelated change?

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


More information about the llvm-commits mailing list