[all-commits] [llvm/llvm-project] bf5f44: [DirectX] Add 32- and 64-bit 3-element vectors to ...

Justin Bogner via All-commits all-commits at lists.llvm.org
Wed Oct 15 12:33:26 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bf5f4417316a287726c2d75d04cacb1e0a27d519
      https://github.com/llvm/llvm-project/commit/bf5f4417316a287726c2d75d04cacb1e0a27d519
  Author: Justin Bogner <mail at justinbogner.com>
  Date:   2025-10-15 (Wed, 15 Oct 2025)

  Changed paths:
    M clang/lib/Basic/Targets/DirectX.h
    M clang/test/CodeGenHLSL/basic-target.c
    M llvm/lib/TargetParser/TargetDataLayout.cpp
    M llvm/test/CodeGen/DirectX/CBufferAccess/memcpy.ll

  Log Message:
  -----------
  [DirectX] Add 32- and 64-bit 3-element vectors to DataLayout (#160955)

This explicitly adds two 3-element vectors to the DataLayout so that
they'll be element-aligned. We need to do this more generally for
vectors, but this unblocks some very common cases.

Workaround for #123968



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