[all-commits] [llvm/llvm-project] 6a082e: [SelectionDAG] Fix copy/paste mistake in SDNodeFla...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Nov 21 12:51:52 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a082ed6923e2d9fac508ba0a8190176b50c23fd
https://github.com/llvm/llvm-project/commit/6a082ed6923e2d9fac508ba0a8190176b50c23fd
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-11-21 (Tue, 21 Nov 2023)
Changed paths:
M llvm/include/llvm/CodeGen/SelectionDAGNodes.h
Log Message:
-----------
[SelectionDAG] Fix copy/paste mistake in SDNodeFlags::intersectWith
The NonNeg flag was being Anded with the Exact flag.
More information about the All-commits
mailing list