[llvm] [NVPTX] Avoid introducing unnecessary ProxyRegs and Movs in ISel (PR #120486)

Justin Fargnoli via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 18 16:07:42 PST 2024


================
@@ -212,21 +208,6 @@ bool NVPTXDAGToDAGISel::tryIntrinsicChain(SDNode *N) {
   }
 }
 
-// There's no way to specify FP16 and BF16 immediates in .(b)f16 ops, so we
-// have to load them into an .(b)f16 register first.
----------------
justinfargnoli wrote:

We're deleting this code because the comment is false, right? Or am I misunderstanding something. 

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


More information about the llvm-commits mailing list