fhahn added inline comments.
Herald added subscribers: abrachet, MaskRay.
Herald added a project: All.


================
Comment at: llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp:673
+    auto *Add = Builder.CreateAdd(Builder.CreatePtrToInt(Addr, Int64Ty), LI);
+    Addr = Builder.CreateIntToPtr(Add, Int64PtrTy);
+  }
----------------
It looks like this may be creating invalid IR in some cases: 
https://github.com/llvm/llvm-project/issues/55125


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69740

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to