Closed
Description
The rust ./configure LLVM version check is only for 3.[2-6], yet #18080 adds a requirement on llvm.assume intrinsic. This intrinsic only appears in LLVM 3.6.
I think the version check needs to be updated accordingly - or only use the new optimisation intrinsic conditionally on building against newer LLVM.