[all-commits] [llvm/llvm-project] e59a61: Clang: don't unnecessarily convert inline-asm oper...

James Y Knight via All-commits all-commits at lists.llvm.org
Tue Jul 23 10:22:46 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e59a619acf0b829f34a1c63aab0ad829ca0defc9
      https://github.com/llvm/llvm-project/commit/e59a619acf0b829f34a1c63aab0ad829ca0defc9
  Author: James Y Knight <jyknight at google.com>
  Date:   2024-07-23 (Tue, 23 Jul 2024)

  Changed paths:
    M clang/lib/CodeGen/Targets/X86.cpp
    M clang/test/CodeGen/X86/mmx-inline-asm.c
    M clang/test/CodeGen/asm-inout.c
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    A llvm/test/CodeGen/X86/mmx-inlineasm.ll

  Log Message:
  -----------
  Clang: don't unnecessarily convert inline-asm operands to x86mmx in IR. (#98273)

The SelectionDAG asm-lowering code can already handle conversion of
other vector types to MMX if needed.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list