Xilinx / llvm-aie

Fork of LLVM to support AMD AIEngine processors
Other
107 stars 12 forks source link

Fix G_TRUNC assert in S20Narrowing #238

Closed abhinay-anubola closed 5 days ago

abhinay-anubola commented 1 week ago

The assert is causing a crash in the code. To prevent this, disabling the S20 narrowing by returning false when the corresponding case occurs.