Page MenuHomePhabricator

[RISCV] Add more tests in zdinx-boundary-check.ll
ClosedPublic

Authored by sunshaoce on Thu, May 25, 9:57 PM.

Diff Detail

Event Timeline

sunshaoce created this revision.Thu, May 25, 9:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptThu, May 25, 9:57 PM
sunshaoce requested review of this revision.Thu, May 25, 9:57 PM
craig.topper requested changes to this revision.Thu, May 25, 10:03 PM

This isn't a test for constant pool. Constant pools are generated by when you reference floating point literal in an instruction like fadd %a, 1.0. They are named with symbols containing LCP in assembly.

This revision now requires changes to proceed.Thu, May 25, 10:03 PM

Add tests for constant pool

These aren't using floating-point constant pools on RV32. Also use nounwind to drop the CFI noise.

Address comments

This revision is now accepted and ready to land.Mon, May 29, 8:11 PM
This revision was automatically updated to reflect the committed changes.