[all-commits] [llvm/llvm-project] ab94c1: [InstCombine] Add created extracts to worklist
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jun 23 07:12:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab94c1bad33833fcca63e76c15c4d3dc0299dfff
https://github.com/llvm/llvm-project/commit/ab94c1bad33833fcca63e76c15c4d3dc0299dfff
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-06-23 (Fri, 23 Jun 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
M llvm/test/Transforms/InstCombine/extractelement-inseltpoison.ll
M llvm/test/Transforms/InstCombine/extractelement.ll
Log Message:
-----------
[InstCombine] Add created extracts to worklist
Use InstCombine's insertion helper for the created extracts, so
they become part of the worklist and will be revisited.
More information about the All-commits
mailing list