[all-commits] [llvm/llvm-project] 09f7ca: [DirectX] Add a GEP to loads and stores on array a...
Deric C. via All-commits
all-commits at lists.llvm.org
Tue Jul 15 10:41:14 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 09f7cab9a34ed0837375f1677a4322d40b37ed5f
https://github.com/llvm/llvm-project/commit/09f7cab9a34ed0837375f1677a4322d40b37ed5f
Author: Deric C. <cheung.deric at gmail.com>
Date: 2025-07-15 (Tue, 15 Jul 2025)
Changed paths:
M llvm/lib/Target/DirectX/DXILLegalizePass.cpp
M llvm/test/CodeGen/DirectX/legalize-i8.ll
A llvm/test/CodeGen/DirectX/legalize-load-store-array-alloca.ll
Log Message:
-----------
[DirectX] Add a GEP to loads and stores on array allocas (#148059)
Fixes #147114 by inserting a GEP between any direct loads and stores on
an alloca.
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