[PATCH] D115997: [RISCV] Support strict FP conversion operations.
Luís Marques via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 22 07:06:20 PST 2021
luismarques added a comment.
In D115997#3206508 <https://reviews.llvm.org/D115997#3206508>, @craig.topper wrote:
> Command lines and test case names came from the equivalent test files without "-strict". I only added the `-disable-strictnode-mutation` to make sure isel would fail if STRICT nodes were not handled.
At first glance it looks like the non-strict files would also benefit from that ABI tweak, so both could be changed, but it's not very important.
> I diffed the files during patch development to make sure the same code was produced for the equivalent test without constrained intrinsic.
I wish we could keep that testable with FileCheck but I suppose there's no good way to do that... :/
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115997/new/
https://reviews.llvm.org/D115997
More information about the llvm-commits
mailing list