[all-commits] [llvm/llvm-project] b75f3d: [ARM] Use correct name of floating point ceil intr...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Oct 20 17:30:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b75f3dd88e25d73e75981dda1ccfa36a9a7a54ce
https://github.com/llvm/llvm-project/commit/b75f3dd88e25d73e75981dda1ccfa36a9a7a54ce
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-10-20 (Wed, 20 Oct 2021)
Changed paths:
M llvm/test/CodeGen/ARM/vfloatintrinsics.ll
Log Message:
-----------
[ARM] Use correct name of floating point ceil intrinsic in test.
The intrinsic is called llvm.ceil not llvm.fceil. The checks weren't
strong enough to notice that a call to llvm.fceil was emitted in
the final assembly.
More information about the All-commits
mailing list