Comment #2 on issue 3660 by [email protected]: 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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to