[all-commits] [llvm/llvm-project] eba509: [X86] X86DAGToDAGISel - fix typo in #73126
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Nov 28 02:18:22 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eba50929b863c6270fce6b24538dd871aa1f2fd6
https://github.com/llvm/llvm-project/commit/eba50929b863c6270fce6b24538dd871aa1f2fd6
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
M llvm/test/CodeGen/X86/pr57340.ll
M llvm/test/CodeGen/X86/vselect-avx.ll
Log Message:
-----------
[X86] X86DAGToDAGISel - fix typo in #73126
We were casting the LoadSDNode from the wrong node in the base pointer uses list, meaning the ptr/chain comparison were comparing against themselves.
More information about the All-commits
mailing list