[PATCH] D45543: [globalisel] Add a combiner helpers for extending loads and use them in a pre-legalize combiner for AArch64
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 31 05:31:01 PDT 2018
aemerson added inline comments.
================
Comment at: test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll:42
+; FALLBACK-WITH-REPORT-OUT: fmov d0, #1.0
+define [1 x double] @constant() {
+ ret [1 x double] [double 1.0]
----------------
This was removed during r332449?
Repository:
rL LLVM
https://reviews.llvm.org/D45543
More information about the llvm-commits
mailing list