Files
llvm/test/CodeGen
Craig Topper 29c8da51db [X86] Shrink zero extends of gather indices from type less than i32 to types larger than i32.
Gather instructions can use i32 or i64 elements for indices. If
the index is zero extended from a type smaller than i32 to i64, we
can shrink the extend to just extend to i32.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373982 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-07 23:03:12 +00:00
..
2019-07-04 06:12:47 +00:00
2019-07-30 19:52:01 +00:00