llvm-project/mlir/lib/Conversion/VectorToLLVM
Javier Setoain 7bc8ad5109 [mlir][vector][nfc] Rename index optimizations option
We are using "enable-index-optimizations" and "indexOptimizations" as
names for an optimization that consists of using i32 for indices within
a vector. For instance, when building a vector comparison for mask
generation. The name is confusing and suggests a scope beyond these
vector indices.  This change makes the function of the option explicit
in its name.

Differential Revision: https://reviews.llvm.org/D122415
2022-03-29 11:33:22 +01:00
..
CMakeLists.txt [mlir][vector][NFC] Split into IR, Transforms and Utils 2022-01-31 19:17:09 +09:00
ConvertVectorToLLVM.cpp [mlir][vector][nfc] Rename index optimizations option 2022-03-29 11:33:22 +01:00
ConvertVectorToLLVMPass.cpp [mlir][vector][nfc] Rename index optimizations option 2022-03-29 11:33:22 +01:00