[all-commits] [llvm/llvm-project] 96c120: [nfc][ir2vec] Remove `Valid` field (#157132)
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Sun Sep 7 11:26:45 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96c1201504e5eb30ed4e09709120b5740f437953
https://github.com/llvm/llvm-project/commit/96c1201504e5eb30ed4e09709120b5740f437953
Author: Mircea Trofin <mtrofin at google.com>
Date: 2025-09-07 (Sun, 07 Sep 2025)
Changed paths:
M llvm/include/llvm/Analysis/IR2Vec.h
M llvm/lib/Analysis/IR2Vec.cpp
Log Message:
-----------
[nfc][ir2vec] Remove `Valid` field (#157132)
It is tied to the vocab having had been set. Checking that vector's
`emtpy` is sufficient. Less state to track (for a maintainer)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list