[llvm] [X86] Do not directly fold for VINSERTPS (PR #65718)

via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 8 00:00:37 PDT 2023


================
@@ -43,6 +43,8 @@ NOFOLD(VEXTRACTI32x8Zrrk)
 NOFOLD(VEXTRACTI64x2Z256rrk)
 NOFOLD(VEXTRACTI64x2Zrrk)
 NOFOLD(VEXTRACTI64x4Zrrk)
+NOFOLD(VINSERTPSZrr)
----------------
KanRobert wrote:

Could you move this to line 239 `NOFOLD(INSERTPSrr)`? So we share the comments

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


More information about the llvm-commits mailing list