[PATCH] D149256: [IR][NFC] Change UndefMaskElem to PoisonMaskElem
Manuel Brito via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 27 03:45:27 PDT 2023
ManuelJBrito added inline comments.
================
Comment at: llvm/include/llvm-c/Core.h:4097
+ * \Returns the result of \c LLVMGetUndefMaskElem() if the mask value is
+ * undefined at that position.
*/
----------------
nikic wrote:
> undefined -> poison?
I was thinking we can have undefined here to mean either poison or undef, just to match the function's name.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149256/new/
https://reviews.llvm.org/D149256
More information about the llvm-commits
mailing list