[llvm-bugs] [Bug 33993] New: Assertion failed: ((Size == 32 || Size == 64) && "i32 or i64 is expected after legalization."), function targetShrinkDemandedConstant
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Jul 30 08:07:57 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33993
Bug ID: 33993
Summary: Assertion failed: ((Size == 32 || Size == 64) && "i32
or i64 is expected after legalization."), function
targetShrinkDemandedConstant
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: AArch64
Assignee: unassignedbugs at nondot.org
Reporter: ahmed.bougacha at gmail.com
CC: llvm-bugs at lists.llvm.org
r301019 exposed a bug in performTBISimplification, where it passed the wrong
legality information to SimplifyDemandedBits.
This is only enabled with -aarch64-use-tbi, so most clang users aren't exposed
to this bug.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170730/3308fd64/attachment.html>
More information about the llvm-bugs
mailing list