[all-commits] [llvm/llvm-project] 3943a7: [InstCombine] Fixed select + masked load fold failure
DylanFleming-arm via All-commits
all-commits at lists.llvm.org
Tue Aug 3 11:07:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3943a74666cbe718b74e06092ce3b4c20e85fde1
https://github.com/llvm/llvm-project/commit/3943a74666cbe718b74e06092ce3b4c20e85fde1
Author: Dylan Fleming <Dylan.Fleming at arm.com>
Date: 2021-08-03 (Tue, 03 Aug 2021)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/test/Transforms/InstCombine/select-masked_load.ll
Log Message:
-----------
[InstCombine] Fixed select + masked load fold failure
Fixed type assertion failure caused by trying to fold a masked load with a
select where the select condition is a scalar value
Reviewed By: sdesmalen, lebedev.ri
Differential Revision: https://reviews.llvm.org/D107372
More information about the All-commits
mailing list