[all-commits] [llvm/llvm-project] 659871: [ConstantFold] Add test for load of i8 from i1 (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Apr 8 07:33:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 659871cede9e3475c5de986ba4cace58e70f4801
https://github.com/llvm/llvm-project/commit/659871cede9e3475c5de986ba4cace58e70f4801
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-04-08 (Fri, 08 Apr 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/load-store-forward.ll
M llvm/test/Transforms/InstSimplify/ConstProp/loads.ll
Log Message:
-----------
[ConstantFold] Add test for load of i8 from i1 (NFC)
Semantics here are a bit unclear, but the store-to-load forwarding
case at least should be a miscompile.
More information about the All-commits
mailing list