[all-commits] [llvm/llvm-project] 2aef33: [X86] fast-isel-store.ll - cleanup check prefixes

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon Jan 29 10:00:54 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2aef33230d3402878a837f9aaa37e37d0763d1ac
      https://github.com/llvm/llvm-project/commit/2aef33230d3402878a837f9aaa37e37d0763d1ac
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-01-29 (Mon, 29 Jan 2024)

  Changed paths:
    M llvm/test/CodeGen/X86/fast-isel-store.ll

  Log Message:
  -----------
  [X86] fast-isel-store.ll - cleanup check prefixes

32/64-bit triples and check prefixes were inverted, and missing unwind attribute to strip cfi noise


  Commit: 3ab5dbb1995982ab7d106e39a719daaea8bdfeee
      https://github.com/llvm/llvm-project/commit/3ab5dbb1995982ab7d106e39a719daaea8bdfeee
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-01-29 (Mon, 29 Jan 2024)

  Changed paths:
    M llvm/test/CodeGen/X86/sext-i1.ll

  Log Message:
  -----------
  [X86] sext-i1.ll - replace X32 check prefixes with X86

We try to only use X32 for gnux32 triple tests.


Compare: https://github.com/llvm/llvm-project/compare/ad7131864f5a...3ab5dbb19959


More information about the All-commits mailing list