Follow-up commit to https://reviews.llvm.org/D57359.
This adds IRTranslator support for recognising a @llvm.sqrt intrinsic and translating it into a G_FSQRT.
Paths
| Differential D57360
[GlobalISel] Add IRTranslator support for @llvm.sqrt -> G_FSQRT ClosedPublic Authored by paquette on Jan 28 2019, 2:38 PM.
Details Summary Follow-up commit to https://reviews.llvm.org/D57359. This adds IRTranslator support for recognising a @llvm.sqrt intrinsic and translating it into a G_FSQRT.
Diff Detail Event TimelineHerald added subscribers: Petar.Avramovic, volkan, javed.absar and 2 others. · View Herald TranscriptJan 28 2019, 2:38 PM paquette added a parent revision: D57359: [GlobalISel] Introduce a G_FSQRT generic instruction.Jan 28 2019, 2:38 PM This revision is now accepted and ready to land.Jan 28 2019, 2:41 PM
Revision Contents
Diff 183963 lib/CodeGen/GlobalISel/IRTranslator.cpp
test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
|