[all-commits] [llvm/llvm-project] d85d13: [GlobalISel] Combine redundant sext_inreg
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Mon Mar 24 01:35:06 PDT 2025
Branch: refs/heads/users/pierre-vh/combine-redundant-sext-inreg
Home: https://github.com/llvm/llvm-project
Commit: d85d13bb1824c716d19179a1fbeca48f4ed37368
https://github.com/llvm/llvm-project/commit/d85d13bb1824c716d19179a1fbeca48f4ed37368
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2025-03-24 (Mon, 24 Mar 2025)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
M llvm/include/llvm/Target/GlobalISel/Combine.td
M llvm/lib/CodeGen/GlobalISel/CombinerHelperCasts.cpp
A llvm/test/CodeGen/AMDGPU/GlobalISel/combine-redundant-sext-inreg.mir
A llvm/test/CodeGen/AMDGPU/GlobalISel/combine-sext-trunc-sextinreg.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.abs.ll
Log Message:
-----------
[GlobalISel] Combine redundant sext_inreg
Commit: 133dfa1db61005d58849c957dcdc43b82acefdd0
https://github.com/llvm/llvm-project/commit/133dfa1db61005d58849c957dcdc43b82acefdd0
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2025-03-24 (Mon, 24 Mar 2025)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
M llvm/include/llvm/Target/GlobalISel/Combine.td
M llvm/lib/CodeGen/GlobalISel/CombinerHelperCasts.cpp
Log Message:
-----------
check canReplaceReg
Commit: c34a0eaf0cd413f2daeb5ac70f36c45c03dfe61b
https://github.com/llvm/llvm-project/commit/c34a0eaf0cd413f2daeb5ac70f36c45c03dfe61b
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2025-03-24 (Mon, 24 Mar 2025)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/CombinerHelperCasts.cpp
Log Message:
-----------
add missing return
Compare: https://github.com/llvm/llvm-project/compare/725c9a63bec3...c34a0eaf0cd4
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