[all-commits] [llvm/llvm-project] 2bd413: Update checks in advance of an update to D68233.
Kevin P. Neal via All-commits
all-commits at lists.llvm.org
Tue Mar 21 11:16:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2bd4130362966b71ae8bc0c0da56d5e064a09dae
https://github.com/llvm/llvm-project/commit/2bd4130362966b71ae8bc0c0da56d5e064a09dae
Author: Kevin P. Neal <kevin.neal at sas.com>
Date: 2023-03-21 (Tue, 21 Mar 2023)
Changed paths:
A llvm/test/Verifier/fp-intrinsics-pass.ll
M llvm/test/Verifier/fp-intrinsics.ll
Log Message:
-----------
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.
More information about the All-commits
mailing list