[all-commits] [llvm/llvm-project] a12e74: [SlotIndexes] Simplify getInstructionFromIndex. NFCI.
Jay Foad via All-commits
all-commits at lists.llvm.org
Wed Oct 11 08:39:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a12e747c4c6d333eb8739cd43f12acdeecd47d5c
https://github.com/llvm/llvm-project/commit/a12e747c4c6d333eb8739cd43f12acdeecd47d5c
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 getInstructionFromIndex. NFCI.
This method should never be called on an invalid index.
More information about the All-commits
mailing list