[PATCH] D107452: [AArch64] Fix assert AArch64TargetLowering::ReplaceNodeResults
Simon Wallis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 4 06:41:19 PDT 2021
simonwallis2 marked 3 inline comments as done.
simonwallis2 added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/fptosi-strictfp.ll:10
+}
+; CHECK: bl __fixtfti
+
----------------
dmgreen wrote:
> Add CHECK-LABEL, and maybe move before the test_fixtfti function? Or just use the update script.
OK I'll add some CHECK-LABELs.
Is there an advantage in moving before the test_fixfti function?
I'm not sure what update script you mean.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107452/new/
https://reviews.llvm.org/D107452
More information about the llvm-commits
mailing list