[all-commits] [llvm/llvm-project] 7769c1: [InstCombine][NFC] Add tests for preserving metadata
Paweł Bylica via All-commits
all-commits at lists.llvm.org
Wed Jul 19 06:26:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7769c1e623391445652066becb3732f47906f788
https://github.com/llvm/llvm-project/commit/7769c1e623391445652066becb3732f47906f788
Author: Paweł Bylica <pawel at ethereum.org>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M llvm/test/Transforms/InstCombine/select_meta.ll
Log Message:
-----------
[InstCombine][NFC] Add tests for preserving metadata
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D155594
Commit: 966318005abeaea458f331d58033d5eeb50af3a3
https://github.com/llvm/llvm-project/commit/966318005abeaea458f331d58033d5eeb50af3a3
Author: Paweł Bylica <pawel at hepcolgum.band>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/test/Transforms/InstCombine/select_meta.ll
Log Message:
-----------
[InstCombine] Preserve metadata when combining select+binop
Fixes https://github.com/llvm/llvm-project/issues/63910
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D155461
Compare: https://github.com/llvm/llvm-project/compare/00c60496775b...966318005abe
More information about the All-commits
mailing list