[all-commits] [llvm/llvm-project] fc9890: [SLP] avoid 'tmp' value name conflict with auto-ge...
RotateRight via All-commits
all-commits at lists.llvm.org
Fri Nov 1 06:28:40 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fc98907535c0a41747e89093d45a888f54af1800
https://github.com/llvm/llvm-project/commit/fc98907535c0a41747e89093d45a888f54af1800
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2019-11-01 (Fri, 01 Nov 2019)
Changed paths:
M llvm/test/Transforms/SLPVectorizer/X86/PR35777.ll
Log Message:
-----------
[SLP] avoid 'tmp' value name conflict with auto-generated CHECK script; NFC
The script uses 'TMP#' as its substitute for nameless values,
so if a test already contains 'tmp#' *named* values, then
there could be trouble. We should probably just fix the
script to avoid this problem going forward, but it's easy
enough to change a test too (and explicitly naming variables
'tmp' is always a sad choice).
More information about the All-commits
mailing list