Fix for change in the argument attributes in LLVM IR. This is prep work for getting FIR's code gen upstreamed.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I'm not aware of tests that check the LLVM IR produced, but I didn't look super hard. Have you added them?
Comment Actions
There are tests in mlir/test/Target/llvmir.mlir. I vaguely remember asking for tests when these attributes were introduced as I'm definitely not the one who added them.
Comment Actions
And the tests asked for were added. (Reference: https://reviews.llvm.org/D94052)
But there was never an LLVM code gen test associated with these attributes, hence the question.
I'll look again.