[all-commits] [llvm/llvm-project] 6cf6f6: [NFC][InstCombine] foldAggregateConstructionIntoAg...
Roman Lebedev via All-commits
all-commits at lists.llvm.org
Tue Jun 29 03:29:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6cf6f6f65fde9638a2ca64cd8013d0d0ab1d473c
https://github.com/llvm/llvm-project/commit/6cf6f6f65fde9638a2ca64cd8013d0d0ab1d473c
Author: Roman Lebedev <lebedev.ri at gmail.com>
Date: 2021-06-29 (Tue, 29 Jun 2021)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
Log Message:
-----------
[NFC][InstCombine] foldAggregateConstructionIntoAggregateReuse(): cast to Instruction eagerly
In all of these, the value must be an instruction for us to succeed anyway,
so change it to maybe hopefully make further changes more straight-forward.
More information about the All-commits
mailing list