[all-commits] [llvm/llvm-project] 7f1ffe: [X86] Replace some regular expressions in xray tes...

topperc via All-commits all-commits at lists.llvm.org
Wed Oct 23 23:20:57 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f1ffef567a749e7a3e369239f34a3f2a4887e63
      https://github.com/llvm/llvm-project/commit/7f1ffef567a749e7a3e369239f34a3f2a4887e63
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2019-10-23 (Wed, 23 Oct 2019)

  Changed paths:
    M llvm/test/CodeGen/X86/xray-custom-log.ll
    M llvm/test/CodeGen/X86/xray-typed-event-log.ll

  Log Message:
  -----------
  [X86] Replace some regular expressions in xray tests with explicit checks to show bad assembly.

We're print 16-bit or 32-bit registers in copy instructions to
64-bit registers. This code will not assemble if it were to be
parsed back in. Emitting to binary works because we'll encode
the register the same way no matter what the size is.




More information about the All-commits mailing list