[llvm] [AArch64][GlobalISel] Prefer to use Vector Truncate (PR #105692)

Dhruv Chawla via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 22 21:29:36 PDT 2024


================
@@ -61,15 +61,41 @@ bool GIMatchTableExecutor::isBaseWithConstantOffset(
 
 bool GIMatchTableExecutor::isObviouslySafeToFold(MachineInstr &MI,
                                                  MachineInstr &IntoMI) const {
+  auto IntoMIIter = IntoMI.getIterator();
----------------
dc03-work wrote:

Looks like https://github.com/llvm/llvm-project/pull/105689 got included here. Please fix.

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


More information about the llvm-commits mailing list