[all-commits] [llvm/llvm-project] 880df5: [SLP] fix test to have valid IR; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Fri May 22 06:07:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 880df559f9dc4fca6c8c8cfb6676a95a6c3c9ca5
https://github.com/llvm/llvm-project/commit/880df559f9dc4fca6c8c8cfb6676a95a6c3c9ca5
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-05-22 (Fri, 22 May 2020)
Changed paths:
M llvm/test/Transforms/SLPVectorizer/X86/crash_scheduling.ll
Log Message:
-----------
[SLP] fix test to have valid IR; NFC
This test was failing verification because the
metadata is ill-formed. This commit is split
from D80401 because it is an independent fix
(although the test would break with that change).
More information about the All-commits
mailing list