[all-commits] [llvm/llvm-project] c0303e: [CodeGen] remove instnamer dependency from test fi...

RotateRight via All-commits all-commits at lists.llvm.org
Mon Jun 1 07:28:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c0303e5391f65dbad3a6f1dbfa5ac9c9a83fa6c0
      https://github.com/llvm/llvm-project/commit/c0303e5391f65dbad3a6f1dbfa5ac9c9a83fa6c0
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2020-06-01 (Mon, 01 Jun 2020)

  Changed paths:
    M clang/test/CodeGen/x86-inline-asm-v-constraint.c

  Log Message:
  -----------
  [CodeGen] remove instnamer dependency from test file; NFC

This file was originally added without instnamer at:
rL283716 / fe2b9b4fbf860e3dc7da7705f548bc8d7b6ab9c1

But that was reverted and the test file reappeared with instnamer at:
rL285688 / 62f516f5906f967179610a73e4cc1d852b908bbd

I'm not seeing any difference locally from checking nameless values,
so trying to remove a layering violation and see if that can
survive the build bots.




More information about the All-commits mailing list