[all-commits] [llvm/llvm-project] f9f851: [InstCombine][AArch64] Fix phi insertion point
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jun 16 05:59:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f9f8517e03f5304d7132cf514c9d13c7d0c0fe1b
https://github.com/llvm/llvm-project/commit/f9f8517e03f5304d7132cf514c9d13c7d0c0fe1b
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-06-16 (Fri, 16 Jun 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/test/Transforms/InstCombine/AArch64/sve-intrinsic-opts-reinterpret.ll
Log Message:
-----------
[InstCombine][AArch64] Fix phi insertion point
Fix the issue reported at https://reviews.llvm.org/rG724f4a5bac25#inline-9083,
by specifying the correct insertion point for the new phi.
More information about the All-commits
mailing list