[llvm] [LLVM][CodeGen][AArch64] Remove bogus lowering of sve_while{gt/ge/hi/hs} intrinsics. (PR #88126)

Sander de Smalen via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 12 03:19:26 PDT 2024


================
@@ -5036,20 +5036,17 @@ static inline SDValue getPTrue(SelectionDAG &DAG, SDLoc DL, EVT VT,
 }
 
 static SDValue optimizeWhile(SDValue Op, SelectionDAG &DAG, bool IsSigned,
----------------
sdesmalen-arm wrote:

minor nit: is it worth renaming this to `optimizeIncrementingWhile` to distinguish it further?

https://github.com/llvm/llvm-project/pull/88126


More information about the llvm-commits mailing list