[all-commits] [llvm/llvm-project] bdba82: [VectorCombine] Avoid ConstantExpr::get() (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jun 29 08:18:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bdba8278d9c361103d32cfd56a215d017d444e9c
https://github.com/llvm/llvm-project/commit/bdba8278d9c361103d32cfd56a215d017d444e9c
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
Log Message:
-----------
[VectorCombine] Avoid ConstantExpr::get() (NFC)
Use IRBuilder APIs instead, which will still constant fold.
More information about the All-commits
mailing list