Update checks in advance of an update to D68233.
authorKevin P. Neal <kevin.neal@sas.com>
Tue, 21 Mar 2023 17:54:42 +0000 (13:54 -0400)
committerKevin P. Neal <kevin.neal@sas.com>
Tue, 21 Mar 2023 18:15:15 +0000 (14:15 -0400)
commit2bd4130362966b71ae8bc0c0da56d5e064a09dae
treeedb20876629f95ba4d3dad3fc55dc396c0ca7215
parenta37df84f99ebe68c3e9cc533ffd3952fb22d1f38
Update checks in advance of an update to D68233.

In the past, the IR Verifier would bail out at the first broken function
it found. This required trickery with sed to put multiple broken functions
in a single test file.

Now, the Verifier allows for multiple broken functions. The sed trickery
is no longer needed. I've eliminated it.

I've also split the test into two since one of them passes verification
and we need to look at the output IR from 'opt'. The other fails and we
need to look at the diagnostics printed by the Verifier.
llvm/test/Verifier/fp-intrinsics-pass.ll [new file with mode: 0644]
llvm/test/Verifier/fp-intrinsics.ll