mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
LLVM can deal with any integer or float type, don't arbitrarily restrict it to f32/f64/i32/i64. Differential Revision: https://reviews.llvm.org/D88010