[all-commits] [llvm/llvm-project] f4c801: [GlobalISel] Combine redundant sext_inreg
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Mon Mar 24 04:14:58 PDT 2025
Branch: refs/heads/users/pierre-vh/combine-redundant-sext-inreg
Home: https://github.com/llvm/llvm-project
Commit: f4c801437460aef9b9c2e5f49d1e98ec90fadb16
https://github.com/llvm/llvm-project/commit/f4c801437460aef9b9c2e5f49d1e98ec90fadb16
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: 2996c6e849c4ec8681bd7dad21a541c040184159
https://github.com/llvm/llvm-project/commit/2996c6e849c4ec8681bd7dad21a541c040184159
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: 59a0610aa57440ae2dd74c6f22fec2217013d659
https://github.com/llvm/llvm-project/commit/59a0610aa57440ae2dd74c6f22fec2217013d659
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/c34a0eaf0cd4...59a0610aa574
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