[all-commits] [llvm/llvm-project] d06608: [X86] Fix aliasing check between TargetFrameIndex ...
Nabeel Omer via All-commits
all-commits at lists.llvm.org
Thu Aug 17 02:48:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d06608060c8f9d315f98314372110b7b3473f1b3
https://github.com/llvm/llvm-project/commit/d06608060c8f9d315f98314372110b7b3473f1b3
Author: Nabeel Omer <Nabeel.Omer at sony.com>
Date: 2023-08-17 (Thu, 17 Aug 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp
M llvm/test/CodeGen/X86/pr63645.ll
Log Message:
-----------
[X86] Fix aliasing check between TargetFrameIndex and FrameIndex
Compare slot indices instead of comparing pointer values.
Closes #63645
Differential Revision: https://reviews.llvm.org/D157513
More information about the All-commits
mailing list