This is an archive of the discontinued LLVM Phabricator instance.

[mlir][LLVMIR] "Modernize" LLVM insert/extract element operations
ClosedPublic

Authored by Mogball on Aug 16 2022, 8:31 AM.

Details

Summary

This patch "modernizes" the implementation of these operations by
switching them to assembly formats and type inference traits.

Diff Detail