[all-commits] [llvm/llvm-project] b15b84: [SlotIndexes] Simplify SlotIndex() and isSameInstr...
Jay Foad via All-commits
all-commits at lists.llvm.org
Wed Oct 11 07:45:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b15b84610f631371f71243f72a29a02abedc481a
https://github.com/llvm/llvm-project/commit/b15b84610f631371f71243f72a29a02abedc481a
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-10-11 (Wed, 11 Oct 2023)
Changed paths:
M llvm/include/llvm/CodeGen/SlotIndexes.h
Log Message:
-----------
[SlotIndexes] Simplify SlotIndex() and isSameInstr(). NFC.
Avoid using lie.getPointer() directly when there are helper methods we
can use.
More information about the All-commits
mailing list