[all-commits] [llvm/llvm-project] 707686: [LV][NFC] Remove unnecessary parameter attributes ...
Mel Chen via All-commits
all-commits at lists.llvm.org
Thu Sep 28 06:15:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 707686b0fc5197bc70d48cd754c4a0a5f4eb4155
https://github.com/llvm/llvm-project/commit/707686b0fc5197bc70d48cd754c4a0a5f4eb4155
Author: Mel Chen <mel.chen at sifive.com>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-no-wrap.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp.ll
Log Message:
-----------
[LV][NFC] Remove unnecessary parameter attributes from the test cases. (#67630)
The vectorization of the FindLastIV reduction does not depend on the
nocapture and readonly attributes.
More information about the All-commits
mailing list