[all-commits] [llvm/llvm-project] 7273ad: [DAG] visitABD - rewrite "(abs x, 0)" folds to use...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun May 19 03:50:39 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7273ad123850a7b44c0625d098ebb49153bf855a
https://github.com/llvm/llvm-project/commit/7273ad123850a7b44c0625d098ebb49153bf855a
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-05-19 (Sun, 19 May 2024)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
[DAG] visitABD - rewrite "(abs x, 0)" folds to use SDPatternMatch
No need for this to be vector specific, and its more likely that scalar cases will appear after #92576
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