[all-commits] [llvm/llvm-project] 1cc9f6: [GlobalISel] Add constant-folding of FP binops to ...
Amara Emerson via All-commits
all-commits at lists.llvm.org
Thu Sep 7 09:33:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1cc9f626cbfcbc0f929e4f42fc28b358d159d765
https://github.com/llvm/llvm-project/commit/1cc9f626cbfcbc0f929e4f42fc28b358d159d765
Author: Amara Emerson <amara at apple.com>
Date: 2023-09-07 (Thu, 07 Sep 2023)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
M llvm/include/llvm/Target/GlobalISel/Combine.td
M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
M llvm/lib/Target/AArch64/AArch64Combine.td
M llvm/test/CodeGen/AArch64/GlobalISel/postlegalizer-combiner-constant-fold.mir
M llvm/test/CodeGen/AMDGPU/llvm.log.ll
M llvm/test/CodeGen/AMDGPU/llvm.log10.ll
Log Message:
-----------
[GlobalISel] Add constant-folding of FP binops to combiner. (#65230)
More information about the All-commits
mailing list