[all-commits] [llvm/llvm-project] 616308: [NFC] Use variable GEP index in vec_demanded_elts ...
david-arm via All-commits
all-commits at lists.llvm.org
Wed May 12 07:01:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61630814b1d0415953fd4d1a58427836487f356c
https://github.com/llvm/llvm-project/commit/61630814b1d0415953fd4d1a58427836487f356c
Author: David Sherwood <david.sherwood at arm.com>
Date: 2021-05-12 (Wed, 12 May 2021)
Changed paths:
M llvm/test/Transforms/InstCombine/vec_demanded_elts-inseltpoison.ll
M llvm/test/Transforms/InstCombine/vec_demanded_elts.ll
Log Message:
-----------
[NFC] Use variable GEP index in vec_demanded_elts tests
I've changed a test in each of these files:
Transforms/InstCombine/vec_demanded_elts.ll
Transforms/InstCombine/vec_demanded_elts-inseltpoison.ll
to use a variable GEP index instead of a constant value so that
we're testing the more general case.
More information about the All-commits
mailing list