[all-commits] [llvm/llvm-project] 6ade6d: [Verifier] Relieve intrinsics parameter alignment ...
Luo, Yuanke via All-commits
all-commits at lists.llvm.org
Fri Oct 21 02:03:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ade6d25110f9dbe8c7fb2f8ce6af951a3c23bc2
https://github.com/llvm/llvm-project/commit/6ade6d25110f9dbe8c7fb2f8ce6af951a3c23bc2
Author: Luo, Yuanke <yuanke.luo at intel.com>
Date: 2022-10-21 (Fri, 21 Oct 2022)
Changed paths:
M llvm/lib/IR/Verifier.cpp
M llvm/test/Verifier/param-align.ll
M llvm/test/Verifier/param-ret-align.ll
Log Message:
-----------
[Verifier] Relieve intrinsics parameter alignment size constrain
In D121898 we restrict parameter alignment size in IR since DAGISel
only have 4 bits to hold the alignment value. However intrinsics
won't be lowered to call instruction, so we can remove the constrain
for intrinsics.
Differential Revision: https://reviews.llvm.org/D136330
More information about the All-commits
mailing list