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

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 8 00:05:34 PDT 2023


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

Good point, I didn't notice it before

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


More information about the llvm-commits mailing list