[all-commits] [llvm/llvm-project] 2926d6: [ConstantFold][GlobalOpt] Don't create x86_mmx nul...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Dec 21 00:15:21 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2926d6d335aca7e3f57ac45e6b25b1716e053fb3
https://github.com/llvm/llvm-project/commit/2926d6d335aca7e3f57ac45e6b25b1716e053fb3
Author: Nikita Popov <npopov at redhat.com>
Date: 2021-12-21 (Tue, 21 Dec 2021)
Changed paths:
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/lib/Transforms/IPO/GlobalOpt.cpp
A llvm/test/Transforms/GlobalOpt/x86_mmx_load.ll
M llvm/test/Transforms/InstSimplify/ConstProp/loads.ll
Log Message:
-----------
[ConstantFold][GlobalOpt] Don't create x86_mmx null value
This fixes the assertion failure reported at
https://reviews.llvm.org/D114889#3198921 with a straightforward
check, until the cleaner fix in D115924 can be reapplied.
More information about the All-commits
mailing list