[all-commits] [llvm/llvm-project] d7b8cb: [X86] X86ISelLowering.cpp - try to use for-range l...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri Mar 5 03:09:40 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d7b8cb4d573c6f87cf47eb5eb20e0d6a6d80cd2d
      https://github.com/llvm/llvm-project/commit/d7b8cb4d573c6f87cf47eb5eb20e0d6a6d80cd2d
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-03-05 (Fri, 05 Mar 2021)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  [X86] X86ISelLowering.cpp - try to use for-range loops. NFCI.


  Commit: 3fd2fa12205955bead2449ad91b224a13880614c
      https://github.com/llvm/llvm-project/commit/3fd2fa12205955bead2449ad91b224a13880614c
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-03-05 (Fri, 05 Mar 2021)

  Changed paths:
    M llvm/include/llvm/CodeGen/Passes.h
    M llvm/lib/Target/X86/CMakeLists.txt
    M llvm/lib/Target/X86/X86.h
    R llvm/lib/Target/X86/X86LowerAMXIntrinsics.cpp
    M llvm/lib/Target/X86/X86LowerAMXType.cpp
    M llvm/lib/Target/X86/X86TargetMachine.cpp
    R llvm/test/CodeGen/X86/AMX/amx-low-intrinsics-no-amx-bitcast.ll
    R llvm/test/CodeGen/X86/AMX/amx-low-intrinsics.ll
    M llvm/test/CodeGen/X86/AMX/amx-type.ll
    M llvm/test/CodeGen/X86/O0-pipeline.ll
    M llvm/test/CodeGen/X86/opt-pipeline.ll
    M llvm/tools/opt/opt.cpp

  Log Message:
  -----------
  Revert rG8198d83965ba4b9db6922b44ef3041030b2bac39: "[X86] Pass to transform amx intrinsics to scalar operation."

This reverts commit 8198d83965ba4b9db6922b44ef3041030b2bac39.due to buildbot breakages


Compare: https://github.com/llvm/llvm-project/compare/51f1ddf8cb10...3fd2fa122059


More information about the All-commits mailing list