[all-commits] [llvm/llvm-project] 21bf81: [NFC] Remove redundant test in Transforms/LoopVect...
david-arm via All-commits
all-commits at lists.llvm.org
Thu Aug 5 06:39:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 21bf8172dbbc0b542e236c04e0065132106e9048
https://github.com/llvm/llvm-project/commit/21bf8172dbbc0b542e236c04e0065132106e9048
Author: David Sherwood <david.sherwood at arm.com>
Date: 2021-08-05 (Thu, 05 Aug 2021)
Changed paths:
M llvm/test/Transforms/LoopVectorize/lifetime.ll
Log Message:
-----------
[NFC] Remove redundant test in Transforms/LoopVectorize/lifetime.ll
The two tests (@testloopvariant and @testbitcast) are actually
identical as in both loops the bitcast gets widened, forcing the
lifetime marker to be replicated using each lane of the input
vector.
Differential Revision: https://reviews.llvm.org/D107150
More information about the All-commits
mailing list