[all-commits] [llvm/llvm-project] b98084: [X86] Migrate more tests to opaque pointers (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Jun 22 06:39:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b980841652c1b178b41a9a7b0e7dec06aa058e0b
      https://github.com/llvm/llvm-project/commit/b980841652c1b178b41a9a7b0e7dec06aa058e0b
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-06-22 (Wed, 22 Jun 2022)

  Changed paths:
    M llvm/test/CodeGen/X86/2006-11-12-CSRetCC.ll
    M llvm/test/CodeGen/X86/2007-02-16-BranchFold.ll
    M llvm/test/CodeGen/X86/2009-02-04-sext-i64-gep.ll
    M llvm/test/CodeGen/X86/2010-01-13-OptExtBug.ll
    M llvm/test/CodeGen/X86/2010-02-15-ImplicitDefBug.ll
    M llvm/test/CodeGen/X86/2012-09-28-CGPBug.ll
    M llvm/test/CodeGen/X86/large-gep-chain.ll
    M llvm/test/CodeGen/X86/mul-i1024.ll
    M llvm/test/CodeGen/X86/pr28515.ll
    M llvm/test/CodeGen/X86/stores-merging.ll

  Log Message:
  -----------
  [X86] Migrate more tests to opaque pointers (NFC)

Migrate some more tests that required manual fixups (e.g. due to
phi nodes), but have no codegen changes.

Also tweak some more tests that had leftover no-op constant
expressions.




More information about the All-commits mailing list