[all-commits] [llvm/llvm-project] ddc7c2: [IR][Instruction] Annotate more methods with LLVM_...
Alexander Shaposhnikov via All-commits
all-commits at lists.llvm.org
Mon Oct 31 22:56:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ddc7c2d18982d3bbef9dbcdddc4e996d61bbb99e
https://github.com/llvm/llvm-project/commit/ddc7c2d18982d3bbef9dbcdddc4e996d61bbb99e
Author: Alexander Shaposhnikov <ashaposhnikov at google.com>
Date: 2022-11-01 (Tue, 01 Nov 2022)
Changed paths:
M llvm/include/llvm/IR/Instruction.h
Log Message:
-----------
[IR][Instruction] Annotate more methods with LLVM_READONLY
This diff annotates more methods of the class Instruction with
LLVM_READONLY (similarly to isAssociative/isCommutative).
Test plan: ninja check-all
Differential revision: https://reviews.llvm.org/D137053
More information about the All-commits
mailing list