| Issue |
182834
|
| Summary |
LLVM ERROR: Broken module found after pass "ReversePostOrderFunctionAttrsPass", compilation aborted!
|
| Labels |
|
| Assignees |
|
| Reporter |
mikaelholmen
|
llvm commit: f8906704104
Reproduce with: ```opt -verify-each -passes="cgscc(inline),rpo-function-attrs" bbi-115351.ll -S -o /dev/null```
Result:
```
Attribute 'nofpclass(all)' applied to incompatible type!
ptr @safe_add_func_int64_t_s_s
LLVM ERROR: Broken module found after pass "ReversePostOrderFunctionAttrsPass", compilation aborted!
```
[bbi-115351.ll.gz](https://github.com/user-attachments/files/25483470/bbi-115351.ll.gz)
https://godbolt.org/z/E9T6YxWKe
This starts happening with b397c9d241
```FunctionAttrs: Basic propagation of nofpclass (#182444)```
Originally reported in
https://github.com/llvm/llvm-project/pull/182444#issuecomment-3940906812
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs