[PATCH] D134429: [DebugInfo][LICM] Drop DebugLoc from IntrinsicInst when hoisting

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 10:32:13 PDT 2022


probinson added a comment.

Offhand, handling non-call intrinsic functions the same way as hoisting any other instruction seems like the way to go.

The test case looks like it could be more focused, it doesn't look complicated enough to need to be generated from C source.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134429



More information about the llvm-commits mailing list