You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
camelid
added
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
labels
Oct 7, 2020
do_error
should always return1
. But it doesn't if you enable the lvi-cfi feature. The miscompilation only happens with opt-level=0.Compare:
Here's a slightly reduced LLVM IR: bug.ll.txt
Difference in
llc
output when adjusting the lvi-cfi feature attribute on#0
: bug.diff.txt. I can't really see any obvious culprits.I want to file an LLVM bug as well but I don't have an account.
cc @raoulstrackx @mzohreva @scottconstable
The text was updated successfully, but these errors were encountered: