[all-commits] [llvm/llvm-project] 92ca08: [NVPTX] fix type propagation when expanding Store[...
Princeton Ferro via All-commits
all-commits at lists.llvm.org
Thu Jul 31 16:53:03 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 92ca087b456c6cb1b1005e7d225bdd4ad6f6eeec
https://github.com/llvm/llvm-project/commit/92ca087b456c6cb1b1005e7d225bdd4ad6f6eeec
Author: Princeton Ferro <pferro at nvidia.com>
Date: 2025-07-31 (Thu, 31 Jul 2025)
Changed paths:
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
A llvm/test/CodeGen/NVPTX/fold-movs.ll
Log Message:
-----------
[NVPTX] fix type propagation when expanding Store[V4 -> V8] (#151576)
This was an edge case we missed. Propagate the correct type when
expanding a StoreV4 x <2 x float> to StoreV8 x float.
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