[all-commits] [llvm/llvm-project] 7faf33: [SLP] avoid 'tmp' value name conflict with auto-ge...

RotateRight via All-commits all-commits at lists.llvm.org
Fri Nov 1 06:28:37 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7faf33484eabff82c133ee7da30768aa3b5901b2
      https://github.com/llvm/llvm-project/commit/7faf33484eabff82c133ee7da30768aa3b5901b2
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

  Changed paths:
    M llvm/test/Transforms/SLPVectorizer/X86/reorder_repeated_ops.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