[llvm-bugs] Issue 3660 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-gisel: ASSERT: isReg() && "This is not a register operand!"
jus… via monorail via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Oct 16 13:26:50 PDT 2017
Comment #2 on issue 3660 by jus... at justinbogner.com:
llvm/llvm-isel-fuzzer--aarch64-gisel: ASSERT: isReg() && "This is not a
register operand!"
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3660#c2
Reproducer in IR:
source_filename = "M"
define void @f() {
BB:
%A = alloca float
%G1 = getelementptr float, float* %A, i8 16
%L1 = load float, float* %G1
%L = load float, float* %A
%B2 = fdiv float %L, %L1
store float %B2, float* %A
ret void
}
--
You received this message because:
1. You were specifically CC'd on the issue
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings
Reply to this email to add a comment.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20171016/ac904809/attachment.html>
More information about the llvm-bugs
mailing list