================ @@ -0,0 +1,246 @@ +; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6 +; RUN: llc -mtriple=x86_64-unknown-linux-gnu -O0 < %s | FileCheck --check-prefixes=O0 %s +; RUN: llc -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck --check-prefixes=O2 %s ---------------- isanbard wrote:
I had Claude check, and I think we're okay for GlobalISel/SelectionDAG, because `InlineAsmPrepare` runs before either ISel passes are selected. I'll still verify that there's no need for GlobalISel changes. I'll add more tests covering the other points. https://github.com/llvm/llvm-project/pull/197798 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
