This patch adds a test case for i256 additions and subtractions. I'm
leaving out multiplications for now, which would result in very long
sequences.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/AArch64/i256-math.ll | ||
---|---|---|
126 | u256_overflowing_sub looks strange. I would have expected the carry flag combine to handle this. |
Comment Actions
Thank you so much for a prompt review! Sure, I'll look at those cset-cmp inefficiencies.
u256_overflowing_sub looks strange. I would have expected the carry flag combine to handle this.