[ARM] Don't treat arguments as producesFalseLanesZero
Invalid tail predicated loops could be formed by treating function arguments as FalseLanesZero due to getGlobalReachingDefs not returning any values. Make sure we check that the list of Defs is empty and if so treat it like a unknown value. Differential Revision: https://reviews.llvm.org/D141399
Loading
Please sign in to comment