This is split off from D79100 and:
- adds a intrinsic description/definition for @llvm.get.active.lane.mask(), and
- describe its semantics in LangRef.
Differential D80596
New intrinsic @llvm.get.active.lane.mask() SjoerdMeijer on May 26 2020, 3:52 PM. Authored by
Details This is split off from D79100 and:
Diff Detail
Event Timeline
Comment Actions Added a Verifier check and test, moved that sentence to the intendend use-case paragraph. |
Since this intrinsic is really only useful (by itself) with scalable types, i guess you should add an example with scalable types here.