[llvm] [IR] Implementation and lowering of bitinsert and bitextract (PR #200605)
Antonio Frighetto via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 04:22:18 PDT 2026
================
@@ -4392,6 +4394,23 @@ void Verifier::visitShuffleVectorInst(ShuffleVectorInst &SV) {
visitInstruction(SV);
}
+void Verifier::visitBitInsertInst(BitInsertInst &IE) {
----------------
antoniofrighetto wrote:
Nit: same above, same for bitextract.
```suggestion
void Verifier::visitBitInsertInst(BitInsertInst &BII) {
```
https://github.com/llvm/llvm-project/pull/200605
More information about the llvm-commits
mailing list