[all-commits] [llvm/llvm-project] f40404: [DirectX][OpLowering] Simplify named struct handli...
Justin Bogner via All-commits
all-commits at lists.llvm.org
Sat Feb 22 12:33:32 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f404047ab2ab7fc4755374692bb1159827e887f2
https://github.com/llvm/llvm-project/commit/f404047ab2ab7fc4755374692bb1159827e887f2
Author: Justin Bogner <mail at justinbogner.com>
Date: 2025-02-22 (Sat, 22 Feb 2025)
Changed paths:
M llvm/lib/Target/DirectX/DXIL.td
M llvm/lib/Target/DirectX/DXILOpBuilder.cpp
M llvm/lib/Target/DirectX/DXILOpBuilder.h
M llvm/lib/Target/DirectX/DXILOpLowering.cpp
Log Message:
-----------
[DirectX][OpLowering] Simplify named struct handling (#128247)
This removes "replaceFunctionWithNamedStructOp" and folds its
functionality into "replaceFunctionWithOp". It turns out we were
overcomplicating things and this is trivial to handle generically.
Fixes #113192
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