Files
clang-p2996/llvm/lib/Target/DirectX/DXILOpLowering.cpp
Justin Bogner 2c88ac9da9 [DirectX] Clean up extra vectors when lowering to buffer store (#116721)
DXILOpLowering runs after scalarization but `@llvm.dx.typedbuffer.store`
takes a vector, so the argument is usually an artifact. Avoid creating a
vector just to extract elements from it immediately.
2024-12-02 13:34:06 -08:00

27 KiB