[PATCH] D28680: [CodeGenPrep] move aarch64-type-promotion to CGP
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 30 17:34:29 PDT 2017
qcolombet added inline comments.
================
Comment at: lib/CodeGen/CodeGenPrepare.cpp:4800
+
+ // Continue promoting SExts if known as considerable depending on targets.
+ SmallPtrSet<Instruction *, 1> UnhandledExts;
----------------
Could you move that into its own helper function?
https://reviews.llvm.org/D28680
More information about the llvm-commits
mailing list