diff options
author | Florian Hahn <flo@fhahn.com> | 2025-10-01 10:06:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-01 09:06:01 +0000 |
commit | e86b3386fda91c17add6ae25710399b832b8cb9e (patch) | |
tree | dd25b836151453377563abbc4b1618e2806526a0 /clang/lib/Frontend/CompilerInstance.cpp | |
parent | 88c668d050aceb27c161f82474efa0004eced9b2 (diff) | |
download | llvm-e86b3386fda91c17add6ae25710399b832b8cb9e.zip llvm-e86b3386fda91c17add6ae25710399b832b8cb9e.tar.gz llvm-e86b3386fda91c17add6ae25710399b832b8cb9e.tar.bz2 |
[DAGCombine] Support (shl %x, constant) in foldPartialReduceMLAMulOp. (#160663)
Support shifts in foldPartialReduceMLAMulOp by treating (shl %x, %c) as
(mul %x, (shl 1, %c)).
PR: https://github.com/llvm/llvm-project/pull/160663
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
0 files changed, 0 insertions, 0 deletions