[PATCH] D71126: Adding PoisonValue for representing poison value explicitly in IR

Josh Stone via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 27 13:21:05 PST 2021


cuviper added inline comments.


================
Comment at: llvm/include/llvm-c/Core.h:272
   LLVMUndefValueValueKind,
+  LLVMPoisonValueValueKind,
   LLVMConstantAggregateZeroValueKind,
----------------
This is a breaking change to the C ABI -- can we move it to the end of the enum?
https://bugs.llvm.org/show_bug.cgi?id=48905


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71126



More information about the llvm-commits mailing list