Following the change in shufflevector semantics in D148637, poison will be used to represent undefined elements in shufflevector masks.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm-c/Core.h | ||
---|---|---|
4097 | I was thinking we can have undefined here to mean either poison or undef, just to match the function's name. |
undefined -> poison?