[all-commits] [llvm/llvm-project] a82026: [test] Fix store_cost.ll under NPM
aeubanks via All-commits
all-commits at lists.llvm.org
Mon Dec 7 21:24:12 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a820261bf31dfd87406138c38da6499cf0964ba4
https://github.com/llvm/llvm-project/commit/a820261bf31dfd87406138c38da6499cf0964ba4
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-12-07 (Mon, 07 Dec 2020)
Changed paths:
M llvm/test/Transforms/LoopUnroll/X86/store_cost.ll
Log Message:
-----------
[test] Fix store_cost.ll under NPM
The NPM processes loops in forward program order, whereas the legacy PM
processes them in reverse program order. No reason to test both PMs
here, so just stick to the NPM.
More information about the All-commits
mailing list