[all-commits] [llvm/llvm-project] da1eb8: [X86] Do not check alignment for VINSERTPS (#65721)
Phoebe Wang via All-commits
all-commits at lists.llvm.org
Fri Sep 8 04:23:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: da1eb886c4a6434c76d27ef0f6d5139dda930d72
https://github.com/llvm/llvm-project/commit/da1eb886c4a6434c76d27ef0f6d5139dda930d72
Author: Phoebe Wang <phoebe.wang at intel.com>
Date: 2023-09-08 (Fri, 08 Sep 2023)
Changed paths:
M llvm/lib/Target/X86/X86InstrInfo.cpp
M llvm/test/CodeGen/X86/avx.ll
Log Message:
-----------
[X86] Do not check alignment for VINSERTPS (#65721)
We don't have alignment constraint in AVX instructions.
More information about the All-commits
mailing list