[all-commits] [llvm/llvm-project] 9cfc7f: [LiveRange] Verify Other LiveRange in Join API (#6...
annamthomas via All-commits
all-commits at lists.llvm.org
Wed Sep 20 10:58:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9cfc7ff16872de33d6efe0a43d3ac241c6683992
https://github.com/llvm/llvm-project/commit/9cfc7ff16872de33d6efe0a43d3ac241c6683992
Author: annamthomas <anna at azul.com>
Date: 2023-09-20 (Wed, 20 Sep 2023)
Changed paths:
M llvm/lib/CodeGen/LiveInterval.cpp
Log Message:
-----------
[LiveRange] Verify Other LiveRange in Join API (#66809)
The LiveRange::join API takes in two live ranges. We should verify the
LiveRange passed in to the Join API as well.
More information about the All-commits
mailing list