[all-commits] [llvm/llvm-project] d7f5dd: [DAG] Combine (sext (sext_in_reg x)) to (sext_in_r...
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Fri Mar 21 07:49:07 PDT 2025
Branch: refs/heads/users/pierre-vh/sext-sextinreg-comb-dag
Home: https://github.com/llvm/llvm-project
Commit: d7f5dd912613516dad7a8e7e00df9aeae358e37f
https://github.com/llvm/llvm-project/commit/d7f5dd912613516dad7a8e7e00df9aeae358e37f
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2025-03-21 (Fri, 21 Mar 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/test/CodeGen/AMDGPU/permute_i8.ll
M llvm/test/CodeGen/AMDGPU/sint_to_fp.f64.ll
Log Message:
-----------
[DAG] Combine (sext (sext_in_reg x)) to (sext_in_reg (any_extend x))
Commit: 172f5c3bf4cfb472a9bed01b7e0cf76475a3b8b9
https://github.com/llvm/llvm-project/commit/172f5c3bf4cfb472a9bed01b7e0cf76475a3b8b9
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2025-03-21 (Fri, 21 Mar 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
remove braces
Commit: 239c6ef32392acadcad04363b461f86898a94f5e
https://github.com/llvm/llvm-project/commit/239c6ef32392acadcad04363b461f86898a94f5e
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2025-03-21 (Fri, 21 Mar 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
Add hasOneUse check
Compare: https://github.com/llvm/llvm-project/compare/3af1c03ed3fd...239c6ef32392
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