3 Commits

Author SHA1 Message Date
PiJoules
0b2b91ee9c
Reapply "[llvm] Fix assertion error where we didn't check fixed point… (#82412)
… types." (#82285)

This reverts commit d9f9775ac6289271d57671c55166fa0cad61075b.

The test was missing a `REQUIRES: object-emission`.
2024-02-20 12:09:00 -08:00
Vladimir Vereschaka
d9f9775ac6
Revert "[llvm] Fix assertion error where we didn't check fixed point types." (#82285)
These changes break the `LLVM::fixed-point.ll` test some targets what
fails the builds for those targets
(more details
https://github.com/llvm/llvm-project/pull/80757#issuecomment-1949382211)

The problem wasn't fixed for few days,

Reverts llvm/llvm-project#80757
2024-02-19 20:03:46 -08:00
PiJoules
1807e02b8c
[llvm] Fix assertion error where we didn't check fixed point types. (#80757)
This fixes https://github.com/llvm/llvm-project/issues/81555
2024-02-15 23:29:20 -08:00