This repository was archived by the owner on Sep 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
i1 values not being promoted to i8 in function arguments #173
Labels
Comments
Reduced to: define void @foo(i1) {
ret void
} Added test case |
Changing |
Based on my limited knowledge, it seems like that's happening. I'm guessing that stuff needs to be done elsewhere. |
shepmaster
added a commit
to shepmaster/llvm
that referenced
this issue
Jan 19, 2016
Integer division was rounding off `i1` to take 0 bytes. Closes avr-llvm#173
shepmaster
added a commit
to shepmaster/llvm
that referenced
this issue
Jan 20, 2016
Integer division was rounding off `i1` to take 0 bytes. Closes avr-llvm#173
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running
llc -march=avr -mcpu=atmega328p -filetype=obj bug2.ll
onThis was an intermediate
bugpoint
result from reducing #172.The text was updated successfully, but these errors were encountered: