[PATCH] D86001: [MSAN] Avoid dangling ActualFnStart when replacing instruction

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 14 15:34:26 PDT 2020


eugenis added a comment.

This adds future implementation complexity.

How about a different representation of ActualFnStart: the last instruction before the insertion point, or null if at the BB entry?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86001/new/

https://reviews.llvm.org/D86001



More information about the llvm-commits mailing list