forked from OSchip/llvm-project
f55ac5c076
This CL allows binary operations on n-D vector types to be lowered to LLVMIR by performing an (n-1)-D extractvalue, 1-D vector operation and an (n-1)-D insertvalue. PiperOrigin-RevId: 264339118 |
||
---|---|---|
mlir |