mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 17:28:30 +08:00
As discussed in D109948, pre-computing all complex float types is not necessary and brings extra overhead. This patch removes these defined types, and construct them in-place when needed. Reviewed By: teemperor Differential Revision: https://reviews.llvm.org/D111387