[all-commits] [llvm/llvm-project] 4299b2: [InstCombine] add helper function for select-of-bo...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Tue Nov 1 08:06:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4299b28a9b0f539440ad93fe77bcafa9d97945f7
https://github.com/llvm/llvm-project/commit/4299b28a9b0f539440ad93fe77bcafa9d97945f7
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-11-01 (Tue, 01 Nov 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
Log Message:
-----------
[InstCombine] add helper function for select-of-bools folds; NFC
This set of folds keeps growing, and it contains
bugs like issue #58552, so make it easier to
spot those via backtrace.
More information about the All-commits
mailing list