[PATCH] D155924: [IR] Remove support for and/or constant expressions

Mike Hommey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 4 18:16:55 PDT 2023


glandium added a comment.

Yeah, it's happening in a different file, now.

In D155924#4641306 <https://reviews.llvm.org/D155924#4641306>, @efriedma wrote:

> It looks like the instruction in question is:
>
>   call void @llvm.dbg.value(metadata i64 or (i64 zext (i32 ptrtoint (ptr @anon.436463c58f189989edb51bc04335cb6d.21 to i32) to i64), i64 shl (i64 zext (i32 trunc (i64 lshr (i64 ptrtoint (ptr @anon.436463c58f189989edb51bc04335cb6d.21 to i64), i64 32) to i32) to i64), i64 32)), metadata !4453, metadata !DIExpression(DW_OP_LLVM_fragment, 64, 64)), !dbg !4493

How did you figure out the exact instruction?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155924



More information about the llvm-commits mailing list