[PATCH] D127835: [SCEV] recognize llvm.annotation intrinsic

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 15 02:13:15 PDT 2022


nikic added a comment.

Previous attempt: https://reviews.llvm.org/D102344

The semantics of this intrinsics as specified by LangRef really leave something to be desired. In particular it's not clear to me whether it is okay to replace the llvm.annotation result with its argument during middle-end optimization, because that's what this SCEV change will ultimately lead to (at least in some cases).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127835



More information about the llvm-commits mailing list