[PATCH] D149210: [IR] Change shufflevector undef mask to poison

Nikita Popov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 26 00:33:53 PDT 2023


nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.

Could you please split the change to printing + the test updates from all the other changes? The code changes get lost in the large diff.



================
Comment at: llvm/include/llvm-c/Core.h:4090
  */
-int LLVMGetUndefMaskElem(void);
+int LLVMGetPoisonMaskElem(void);
 
----------------
This breaks C API compatibility without good cause. Either leave this name alone or add a function with the new name and mark this one as deprecated.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149210



More information about the cfe-commits mailing list