[all-commits] [llvm/llvm-project] 0299eb: InstCombine: use poison instead of undef as placeh...
Nuno Lopes via All-commits
all-commits at lists.llvm.org
Sun Aug 14 13:37:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0299ebc1bdc9fca176ebcacd590c90dc77a47551
https://github.com/llvm/llvm-project/commit/0299ebc1bdc9fca176ebcacd590c90dc77a47551
Author: Nuno Lopes <nuno.lopes at tecnico.ulisboa.pt>
Date: 2022-08-14 (Sun, 14 Aug 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
M llvm/test/Transforms/InstCombine/unpack-fca.ll
Log Message:
-----------
InstCombine: use poison instead of undef as placeholder in insertvalue [NFC]
These vectors are fully initialized so the placeholder value is irrelevant
More information about the All-commits
mailing list