"llvm/lib/TargetParser/ARMTargetParser.cpp" did not exist on "dc83a3c44940ca4d13839613dc55049e5eddc42e"
ARM: provide a new generic hint intrinsic
Introduce the llvm.arm.hint(i32) intrinsic that can be used to inject hints into the instruction stream. This is particularly useful for generating IR from a compiler where the user may inject an intrinsic (e.g. __yield). These are then pattern substituted into the correct instruction which already existed. llvm-svn: 207242
Loading
Please sign in to comment