[all-commits] [llvm/llvm-project] d27394: [LLVM][SelectionDAG] Ensure Constant[FP]SDnode onl...
Paul Walker via All-commits
all-commits at lists.llvm.org
Tue Oct 15 02:57:03 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d27394abf036f87bbad879279cf15a26587ad21b
https://github.com/llvm/llvm-project/commit/d27394abf036f87bbad879279cf15a26587ad21b
Author: Paul Walker <paul.walker at arm.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M llvm/include/llvm/CodeGen/SelectionDAGNodes.h
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/test/CodeGen/AArch64/sve-fp-immediates-merging.ll
M llvm/test/CodeGen/AArch64/sve-int-imm.ll
Log Message:
-----------
[LLVM][SelectionDAG] Ensure Constant[FP]SDnode only store references to scalar Constant{Int,FP}. (#111005)
This fixes a failure path when the use-constant-##-for-###-splat IR
options are enabled.
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