[all-commits] [llvm/llvm-project] e147dc: [SEH] Add test to track EHa register liveness veri...

HaohaiWen via All-commits all-commits at lists.llvm.org
Thu Jan 4 04:49:24 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e147dcbcbc8f92b7f4973eaebe800308f480dd84
      https://github.com/llvm/llvm-project/commit/e147dcbcbc8f92b7f4973eaebe800308f480dd84
  Author: HaohaiWen <haohai.wen at intel.com>
  Date:   2024-01-04 (Thu, 04 Jan 2024)

  Changed paths:
    A llvm/test/CodeGen/X86/windows-seh-EHa-RegisterLiveness.ll

  Log Message:
  -----------
  [SEH] Add test to track EHa register liveness verification (#76921)

This test tracks bug of MachineVerifier to check live range segment for
EHa. Async exception can happen at any place within seh scope, not only
the call instruction. Need to teach MachineVerifier to know that.




More information about the All-commits mailing list