[all-commits] [llvm/llvm-project] 314691: [LLVM][AsmPrinter] Add vector ConstantInt/FP suppo...

Paul Walker via All-commits all-commits at lists.llvm.org
Wed Dec 18 03:51:26 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3146911eb0eee821535444aa207a4ec5020c9c6a
      https://github.com/llvm/llvm-project/commit/3146911eb0eee821535444aa207a4ec5020c9c6a
  Author: Paul Walker <paul.walker at arm.com>
  Date:   2024-12-18 (Wed, 18 Dec 2024)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/IR/Constants.cpp
    M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-splat-vector.ll

  Log Message:
  -----------
  [LLVM][AsmPrinter] Add vector ConstantInt/FP support to emitGlobalConstantImpl. (#120077)

The fixes a failure path for fixed length vector globals when
ConstantInt/FP is used to represent splats instead of
ConstantDataVector.



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