[all-commits] [llvm/llvm-project] 3fa241: [LoopSimplifyCFG] use poison when replacing dead i...
Nuno Lopes via All-commits
all-commits at lists.llvm.org
Sun Jun 26 06:16:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3fa2411dc56f418b629fee23754cada8c57fa9fe
https://github.com/llvm/llvm-project/commit/3fa2411dc56f418b629fee23754cada8c57fa9fe
Author: Nuno Lopes <nuno.lopes at tecnico.ulisboa.pt>
Date: 2022-06-26 (Sun, 26 Jun 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
M llvm/test/Analysis/MemorySSA/update-remove-dead-blocks.ll
M llvm/test/Transforms/LoopSimplifyCFG/constant-fold-branch.ll
M llvm/test/Transforms/LoopSimplifyCFG/handle_dead_exits.ll
M llvm/test/Transforms/LoopSimplifyCFG/lcssa.ll
Log Message:
-----------
[LoopSimplifyCFG] use poison when replacing dead instructions instead of undef [NFC]
More information about the All-commits
mailing list