[all-commits] [llvm/llvm-project] 89ab02: [tests, SLP] Add coverage for missing dependencies...
Philip Reames via All-commits
all-commits at lists.llvm.org
Sat Mar 19 18:05:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89ab020d0237122992362dced21c51751c73e529
https://github.com/llvm/llvm-project/commit/89ab020d0237122992362dced21c51751c73e529
Author: Philip Reames <listmail at philipreames.com>
Date: 2022-03-19 (Sat, 19 Mar 2022)
Changed paths:
A llvm/test/Transforms/SLPVectorizer/X86/stacksave-dependence.ll
Log Message:
-----------
[tests, SLP] Add coverage for missing dependencies for stacksave intrinsics
The existing scheduling doesn't account for the scheduling restrictions implied by inalloca allocas combined with stacksave/stackrestore. This adds coverage including one currently miscompiling case.
More information about the All-commits
mailing list